From: Bruno Haible Date: Fri, 14 Feb 2003 21:44:11 +0000 (+0000) Subject: Adapt to new directory structure. X-Git-Tag: v0.12~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec63daeb67e3d6f14ca2a1f08c4c1b874bf2361;p=thirdparty%2Fgettext.git Adapt to new directory structure. --- diff --git a/autogen.sh b/autogen.sh index e53318f9c..9e1de9ba2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,27 @@ -# You need autoconf-2.57 and automake-1.7.2. -aclocal -I m4 +# This script requires autoconf-2.57 and automake-1.7.2 in the PATH. + +aclocal autoconf -autoheader automake + +(cd autoconf-lib-link + aclocal -I m4 + autoconf + automake +) + +(cd gettext-runtime + aclocal -I m4 -I ../gettext-tools/m4 -I ../autoconf-lib-link/m4 -I ../config/m4 + autoconf + autoheader + automake +) + +(cd gettext-tools + aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../config/m4 + autoconf + autoheader + automake +) + +cp -p autoconf-lib-link/config.rpath config/config.rpath