From: chas w. <ch...@us...> - 2007-07-11 15:26:23
|
Update of /cvsroot/linux-atm/linux-atm In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21578 Modified Files: Tag: V2_5_0 autotools Log Message: fix up some automake bits... Index: autotools =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/autotools,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** autotools 26 Feb 2004 01:10:37 -0000 1.2.2.1 --- autotools 11 Jul 2007 15:26:17 -0000 1.2.2.2 *************** *** 8,12 **** echo "Running libtoolize..." ! libtoolize --force echo "Running aclocal..." aclocal $VERBOSE --- 8,12 ---- echo "Running libtoolize..." ! libtoolize --force --copy echo "Running aclocal..." aclocal $VERBOSE *************** *** 16,20 **** autoheader echo "Running automake..." ! automake --add-missing $VERBOSE echo "Finished... Now run './configure' and 'make'..." --- 16,20 ---- autoheader echo "Running automake..." ! automake --force-missing --add-missing --copy $VERBOSE echo "Finished... Now run './configure' and 'make'..." |