Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox


Modified Files:
        autogen.sh configure.in 


Log Message:
- Use AC_CONFIG_HEADER to fix issues with latest Automake version
- Turn off command echo in autogen.sh before echoing messages


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- autogen.sh  2 Apr 2002 02:50:09 -0000       1.3
+++ autogen.sh  13 May 2004 19:22:41 -0000      1.4
@@ -14,17 +14,18 @@
 automake --foreign --add-missing
 autoconf
 
+set +x
+
 if test -z "$*"; then
         echo "I am going to run ./configure with no arguments - if you wish "
         echo "to pass any to it, please specify them on the $0 command line."
+        echo ""
 fi
 
 cd "$THEDIR"
 
 $srcdir/configure "$@"
 
-set +x
-
 echo "Now type:"
 echo
 echo "make"
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/configure.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- configure.in        6 May 2004 05:17:51 -0000       1.18
+++ configure.in        13 May 2004 19:22:41 -0000      1.19
@@ -2,7 +2,7 @@
 
 AC_INIT(configure.in)
 AM_INIT_AUTOMAKE(etox, 0.9.0)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
 
 AC_ISC_POSIX
 AC_PROG_CC




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to