From: Bruno Haible Date: Tue, 22 Mar 2005 15:43:52 +0000 (+0000) Subject: Renamed directories. X-Git-Tag: 0.14.x-branchpoint~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc41994e0dddc6399935ac57cb1d0104aaa00e20;p=thirdparty%2Fgettext.git Renamed directories. --- diff --git a/autogen.sh b/autogen.sh index b65a3f509..6ed0048cd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,20 +24,20 @@ autoconf automake (cd autoconf-lib-link - aclocal -I m4 -I ../config/m4 + aclocal -I m4 -I ../m4 autoconf automake ) (cd gettext-runtime - aclocal -I m4 -I ../gettext-tools/m4 -I ../autoconf-lib-link/m4 -I ../config/m4 + aclocal -I m4 -I ../gettext-tools/m4 -I ../autoconf-lib-link/m4 -I ../m4 autoconf autoheader && touch config.h.in automake ) (cd gettext-runtime/libasprintf - aclocal -I ../../config/m4 -I ../m4 + aclocal -I ../../m4 -I ../m4 autoconf autoheader && touch config.h.in automake @@ -46,10 +46,10 @@ automake 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 + aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 autoconf autoheader && touch config.h.in automake ) -cp -p autoconf-lib-link/config.rpath config/config.rpath +cp -p autoconf-lib-link/config.rpath build-aux/config.rpath