summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index d65217d..d669b39 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
)