From 358a4a62f325c0f043005cff72d79b813d2a318f Mon Sep 17 00:00:00 2001 From: Jürgen Hötzel Date: Mon, 29 Jan 2007 22:30:15 +0000 Subject: * fixed path to automake (removed hardcoded version) --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 784ae76c..cfe40717 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,5 +46,5 @@ aclocal --force autoheader -f autoconf -f automake -a -c --gnu --foreign -cp -f $(dirname $(which automake))/../share/automake-1.9/mkinstalldirs ./ +cp -f $(dirname $(which automake))/../share/automake-*/mkinstalldirs ./ cp -f $(dirname $(which automake))/../share/gettext/config.rpath ./ -- cgit v1.2.3-24-g4f1b