From: Eric W. <war...@us...> - 2001-10-03 06:04:47
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv10984 Modified Files: autogen.sh Log Message: this fixes distcheck for automake 1.5 and doesn't break it for 1.4. Index: autogen.sh =================================================================== RCS file: /cvsroot/gaim/gaim/autogen.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- autogen.sh 2001/09/12 22:47:44 1.10 +++ autogen.sh 2001/10/03 06:04:44 1.11 @@ -47,5 +47,6 @@ autoheader; automake --add-missing --copy; autoconf; +automake; ./configure $@ |