]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use automake-1.7.3 now.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Mar 2003 10:41:28 +0000 (10:41 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:17 +0000 (12:10 +0200)
autogen.sh

index d65217de8667f8a960852533154fd359890c2685..d669b390237da1e4d0b414cabfe27bb939783abd 100755 (executable)
@@ -1,4 +1,4 @@
-# This script requires autoconf-2.57 and automake-1.7.2 in the PATH.
+# This script requires autoconf-2.57 and automake-1.7.3 in the PATH.
 
 aclocal
 autoconf
@@ -13,14 +13,14 @@ automake
 (cd gettext-runtime
  aclocal -I m4 -I ../gettext-tools/m4 -I ../autoconf-lib-link/m4 -I ../config/m4
  autoconf
- autoheader
+ autoheader && touch config.h.in
  automake
 )
 
 (cd gettext-runtime/libasprintf
  aclocal -I ../../config/m4 -I ../m4
  autoconf
- autoheader
+ autoheader && touch config.h.in
  automake
 )
 
@@ -29,7 +29,7 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
 (cd gettext-tools
  aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../config/m4
  autoconf
- autoheader
+ autoheader && touch config.h.in
  automake
 )