]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update for autoconf-2.50.
authorBruno Haible <bruno@clisp.org>
Tue, 22 May 2001 14:15:14 +0000 (14:15 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 14:35:49 +0000 (16:35 +0200)
misc/ChangeLog
misc/gettextize.in

index 1b9ec598db7156ca980d824935a4ed8bac1a2a6d..428d1f537c8f77f2abbcd42b7440e23780561311 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * gettextize.in: Check for configure.ac in addition to configure.in.
+
 2001-05-12  Paul Eggert  <eggert@twinsun.com>
 
        * gettextize.in: Replace "test -e" with "test -f", since the 'test'
index 608cadc569d1d9e28b75e38a39897cea170e6db3..2c1e727a6727f9bb0990ac93cf3285361f8397e8 100644 (file)
@@ -89,8 +89,8 @@ fi
 prefix=@prefix@
 gettext_dir=@datadir@/gettext
 
-test -f configure.in || {
-  $echo "Missing configure.in, please cd to your package first."
+test -f configure.in || test -f configure.ac || {
+  $echo "Missing configure.in or configure.ac, please cd to your package first."
   exit 1
 }