--------------------- PatchSet 1820 Date: 2001/04/06 13:59:47 Author: rbcollins Branch: squid-amake Tag: (none) Log: autoheader comes before automake Members: bootstrap.sh:1.1.2.1->1.1.2.2 Index: squid/bootstrap.sh =================================================================== RCS file: /cvsroot/squid-sf//squid/bootstrap.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/bootstrap.sh 6 Apr 2001 12:40:25 -0000 1.1.2.1 +++ squid/bootstrap.sh 6 Apr 2001 13:59:47 -0000 1.1.2.2 @@ -5,6 +5,6 @@ # has been updated aclocal \ -&& automake --foreign --add-missing \ && autoheader \ +&& automake --foreign --add-missing \ && autoconf