]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Adapt to new directory structure.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Feb 2003 21:44:11 +0000 (21:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:06 +0000 (12:10 +0200)
autogen.sh

index e53318f9ce7c563034bc9c6c4466dbb02f1f4297..9e1de9ba23a6c385bf9f38c5453225ba416c21e0 100755 (executable)
@@ -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