From: Bruno Haible Date: Tue, 18 Mar 2003 10:41:28 +0000 (+0000) Subject: Use automake-1.7.3 now. X-Git-Tag: v0.12~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f7b08644cd2323af6d3e0db0431e4870372f503;p=thirdparty%2Fgettext.git Use automake-1.7.3 now. --- diff --git a/autogen.sh b/autogen.sh index d65217de8..d669b3902 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 )