Why is runscript always version 1.23?
Oisin Curtin
Oisin.Curtin@PhoenixFltOps.com
Fri, 20 May 2005 20:38:59 +0000
This is a multi-part message in MIME format.
--Boundary_(ID_pH2ZIfcNc1e+UxVYSO0thA)
Content-type: text/plain; charset=us-ascii; format=flowed
Content-transfer-encoding: 7BIT
Martin Godisch wrote:
>
> Right to this list. Please use unified diffs, keep them simple, and send
> another diff for each fix or improvement.
I just finished installing automake-1.9.5, I only had automake-1.8. I
almost missed it because a ./configure was generated, but it was about
2/3 the size of what it was with automake updated. So, how's this
little patch for autogen.sh?
--
Oisin "Playing auto-catch-up" Curtin
--Boundary_(ID_pH2ZIfcNc1e+UxVYSO0thA)
Content-type: text/x-patch; name=missing-automake.patch; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=missing-automake.patch
--- autogen.sh.orig 2004-10-26 21:29:07.000000000 +0000
+++ autogen.sh 2005-05-20 20:22:05.966406590 +0000
@@ -7,6 +7,7 @@
set -x
aclocal-$AUTOMAKEVER
+[ $? = 127 ] && echo "automake-$AUTOMAKEVER is not installed!" && exit 1
autoheader
automake-$AUTOMAKEVER --add-missing --gnu
autoconf
--Boundary_(ID_pH2ZIfcNc1e+UxVYSO0thA)--