diff options
author | Bruno Haible <bruno@clisp.org> | 2003-03-18 10:41:28 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:17 +0200 |
commit | 5f7b08644cd2323af6d3e0db0431e4870372f503 (patch) | |
tree | da88b91fc8ec42d905fac65fa81cac9899d19279 /autogen.sh | |
parent | 2fccce86749134ed21c7c3a0a927531ca8e3b6d9 (diff) | |
download | external_gettext-5f7b08644cd2323af6d3e0db0431e4870372f503.zip external_gettext-5f7b08644cd2323af6d3e0db0431e4870372f503.tar.gz external_gettext-5f7b08644cd2323af6d3e0db0431e4870372f503.tar.bz2 |
Use automake-1.7.3 now.
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 ) |