Enlightenment CVS committal Author : sndev Project : e_modules Module : language
Dir : e_modules/language Modified Files: autogen.sh Log Message: use --foreign instead of --gnu =================================================================== RCS file: /cvs/e/e_modules/language/autogen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- autogen.sh 10 May 2006 22:49:01 -0000 1.1 +++ autogen.sh 16 Jun 2006 20:58:30 -0000 1.2 @@ -9,7 +9,7 @@ echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 -echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 +echo "Running automake..." ; automake --add-missing --copy --foreign || exit 1 if [ -z "$NOCONFIGURE" ]; then ./configure "$@" _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs