Enlightenment CVS committal Author : andreas99 Project : e16 Module : tools
Dir : e16/tools/e16menuedit2 Modified Files: autogen.sh Log Message: - autogen.sh little improved, but make distcheck still broken :-( =================================================================== RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/autogen.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- autogen.sh 2 Aug 2004 19:36:15 -0000 1.4 +++ autogen.sh 2 Aug 2004 20:02:30 -0000 1.5 @@ -98,12 +98,29 @@ DIE=1 } } + + (grep "^AM_PROG_LIBTOOL" $CONFIGURE >/dev/null) && { + (libtool --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "**Error**: You must have \`libtool' installed." + echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/" + DIE=1 + } + } + if grep "^AC_PROG_INTLTOOL" $CONFIGURE >/dev/null; then echo "Running intltoolize..." intltoolize --copy --force --automake fi + if grep "^AM_PROG_LIBTOOL" $CONFIGURE >/dev/null; then + if test -z "$NO_LIBTOOLIZE" ; then + echo "Running libtoolize..." + libtoolize --force --copy + fi + fi + test -d m4 && aclocalinclude="$aclocalinclude -I m4" echo "Running aclocal $aclocalinclude ..." aclocal $aclocalinclude ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs