From de4e3b4a69fa3cc4e09093f69553efd2d5964a6c Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 13 Feb 2007 01:30:47 +0000 Subject: These were in the wrong order, so errored for me. --- autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index cfe40717..ad568100 100755 --- a/autogen.sh +++ b/autogen.sh @@ -41,10 +41,11 @@ if [ "$1" == "--gettext-only" ]; then exit 0 fi +cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./ +cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./ + libtoolize -f -c aclocal --force autoheader -f autoconf -f automake -a -c --gnu --foreign -cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./ -cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./ -- cgit v1.2.3-24-g4f1b