Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        autogen.sh 


Log Message:
Use glibtoolize on OS X.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/autogen.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- autogen.sh  25 Nov 2004 03:37:33 -0000      1.10
+++ autogen.sh  22 Jan 2005 06:56:56 -0000      1.11
@@ -6,7 +6,7 @@
 echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
 && echo "Running autoheader..."; autoheader \
 && echo "Running autoconf..."; autoconf \
-&& echo "Running libtoolize..."; libtoolize --automake \
+&& echo "Running libtoolize..."; ( libtoolize --automake || glibtoolize 
--automake ) \
 && echo "Running automake..."; automake --add-missing --copy --gnu
 
 ###  If you want this, uncomment it.




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to