Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2


Modified Files:
        autogen.sh 


Log Message:
fix running with libtool-2.2+

===================================================================
RCS file: /cvs/e/e17/libs/imlib2/autogen.sh,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- autogen.sh  25 Mar 2007 09:01:20 -0000      1.30
+++ autogen.sh  20 Apr 2008 12:16:31 -0000      1.31
@@ -4,11 +4,12 @@
 rm -f aclocal.m4 ltmain.sh
 
 touch README
+libtoolize -n --install 2>/dev/null && LIBTOOL_FLAGS="--install"
 
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
-echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1
+echo "Running libtoolize..." ; (libtoolize --copy --automake $LIBTOOL_FLAGS || 
glibtoolize --automake) || exit 1
 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
 
 if [ -z "$NOCONFIGURE" ]; then



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to