diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ) |