From: Eric W. <war...@us...> - 2001-11-19 19:43:10
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv25850 Modified Files: autogen.sh Log Message: hm. Index: autogen.sh =================================================================== RCS file: /cvsroot/gaim/gaim/autogen.sh,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- autogen.sh 2001/11/19 04:35:39 1.12 +++ autogen.sh 2001/11/19 19:43:07 1.13 @@ -45,7 +45,7 @@ aclocal -I m4 $ACLOCAL_FLAGS || exit; autoheader || exit; -automake --add-missing --copy || exit; +automake --add-missing --copy; autoconf || exit; automake || exit; ./configure $@ |