summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index b65a3f5..6ed0048 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