+2001-07-26 Bruno Haible <haible@clisp.cons.org>
+
+ * configure.in (configure.in): Remove automake bug workarounds, not
+ needed anymore with automake-1.4-p5.
+
2001-07-22 Bruno Haible <haible@clisp.cons.org>
* configure.in (ALL_LINGUAS): Remove assignment.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
-AC_REVISION($Revision: 1.37 $)
+AC_REVISION($Revision: 1.38 $)
AC_INIT(src/msgfmt.c)
AM_INIT_AUTOMAKE(gettext, 0.11)
RELEASE_DATE=2001-05-23 dnl in "date +%Y-%m-%d" format
AC_OUTPUT([Makefile lib/Makefile intl/Makefile src/Makefile po/Makefile.in \
doc/Makefile man/Makefile tests/Makefile m4/Makefile \
- misc/Makefile misc/gettextize], [
- dnl Workaround an automake-1.4 bug which generates a distclean-recursive
- dnl target in Makefile.in which causes a "make distclean" failure on FreeBSD.
-changequote(,)dnl
- sed -e 's/test \([^ ]*\) = \([^ ]*\) \&\& /test \1 != \2 \|\| /' < Makefile \
- > Makefile.tmp
-changequote([, ])dnl
- mv Makefile.tmp Makefile
- dnl Workaround an automake-1.4 bug which generates an incorrect uninstall
- dnl target in misc/Makefile.in.
- sed -e 's/rm -f \$(lispdir)/rm -f \$(DESTDIR)\$(lispdir)/' < misc/Makefile \
- > misc/Makefile.tmp
- mv misc/Makefile.tmp misc/Makefile
- dnl Workaround another automake-1.4 bug which generates incorrect install
- dnl and uninstall targets in misc/Makefile.in.
- sed -e "s/list='\\\$(lisp_LISP)'; for/list='\$(lisp_LISP)'; test '\$(EMACS)' = no || for/" \
- < misc/Makefile > misc/Makefile.tmp
- mv misc/Makefile.tmp misc/Makefile
-])
+ misc/Makefile misc/gettextize])
+2001-07-26 Bruno Haible <haible@clisp.cons.org>
+
+ * automake.diff: Update for automake-1.4-p5.
+
2001-08-01 François Pinard <pinard@iro.umontreal.ca>
* po-mode.el: Optimize testing for XEmacs.
-*** automake.bak Sun Jun 10 16:24:20 2001
---- automake Sun Jul 22 16:51:04 2001
+*** automake.bak Thu Jul 26 13:12:18 2001
+--- automake Thu Jul 26 13:17:36 2001
***************
-*** 3313,3319 ****
+*** 3362,3368 ****
}
else
{
-! &am_error ("AM_GNU_GETTEXT in configure.in but \`ALL_LINGUAS' not defined");
+! &am_error ("AM_GNU_GETTEXT in \`$configure_ac' but \`ALL_LINGUAS' not defined");
}
}
---- 3313,3320 ----
+--- 3362,3369 ----
}
else
{
-! &am_error ("AM_GNU_GETTEXT in configure.in but po/LINGUAS doesn't exist and \`ALL_LINGUAS' not defined")
+! &am_error ("AM_GNU_GETTEXT in \`$configure_ac' but po/LINGUAS doesn't exist and \`ALL_LINGUAS' not defined")
! if ! -f "po/LINGUAS";
}
}