+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'
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
}