From:
[email protected]
Hello,
I also encounter this bug. :-(
The tricky part is that it says it checks for _newer_ or equal than 1.4,
but it does NOT check for the newer versions.
When automake1.8 is not supported, then please use attached patch,
which does the check for newer versions.
IMNSHO the current approach, lock on automake1.4, only hides problems.
Cheers
Geert Stappers
--- /usr/share/aclocal/gnome2-macros/autogen.sh 2004-02-12 17:34:17.000000000 +0100
+++ autogen.sh 2004-08-13 11:37:28.000000000 +0200
@@ -248,7 +248,7 @@
AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
case $REQUIRED_AUTOMAKE_VERSION in
- 1.4*) automake_progs="automake-1.4" ;;
+ 1.4*) automake_progs="automake-1.7 automake-1.6 automake-1.5 automake-1.4" ;;
1.5*) automake_progs="automake-1.7 automake-1.6 automake-1.5" ;;
1.6*) automake_progs="automake-1.7 automake-1.6" ;;
1.7*) automake_progs="automake-1.7" ;;
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)