Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : libs/estyle

Dir     : e17/libs/estyle


Modified Files:
        configure.in 
Removed Files:
        configure.ac 


Log Message:
- Begone, configure.ac
- Remove check for ebits


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/estyle/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        5 Aug 2003 16:42:44 -0000       1.5
+++ configure.in        15 Jan 2004 00:26:56 -0000      1.6
@@ -44,41 +44,6 @@
 fi
 changequote([,])dnl
 
-EBITS_CONFIG="ebits-config"
-AC_ARG_WITH(ebits,
-[  --with-ebits-config=FILE   ebits-config script to use (eg /usr/bin/ebits-config)],
-[
-   EBITS_CONFIG=$withval
-   AC_CHECK_PROG(EBITS_CONFIG_IN_PATH, $EBITS_CONFIG, yes, no)
-   if test $EBITS_CONFIG_IN_PATH = no; then
-      echo "ERROR:"
-      echo "The ebits-config development script you specified:"
-      echo "$EBITS_CONFIG"
-      echo "was not found.  Please check the path and make sure "
-      echo "the script exists and is executable."
-      AC_MSG_ERROR([Fatal Error: no ebits-config detected.])
-      exit;
-   fi
-],
-[
-  AC_CHECK_PROG(EBITS_CONFIG_IN_PATH, $EBITS_CONFIG, yes, no)
-  if test $EBITS_CONFIG_IN_PATH = no; then
-    echo "ERROR:"
-    echo "The ebits-config development script was not found in your execute"
-    echo "path. This may mean one of several things"
-    echo "1. You may not have installed the ebits-devel (or ebits-dev)"
-    echo "   packages."
-    echo "2. You may have ebits installed somewhere not covered by your path."
-    echo ""
-    echo "If this is the case make sure you have the packages installed, AND"
-    echo "that the ebits-config script is in your execute path (see your"
-    echo "shell's manual page on setting the \$PATH environment variable), OR"
-    echo "alternatively, specify the script to use with --with-ebits-config."
-    AC_MSG_ERROR([Fatal Error: no ebits-config detected.])
-    exit;
-  fi
-])  
-
 EDB_CONFIG="edb-config"
 AC_ARG_WITH(edb,
 [  --with-edb-config=FILE   edb-config script to use (eg /usr/bin/edb-config)],
@@ -219,11 +184,6 @@
   fi
 ])  
 
-AC_SUBST(ebits_cflags)
-AC_SUBST(ebits_libs)
-ebits_cflags=`ebits-config --cflags`
-ebits_libs=`ebits-config --libs`
-
 AC_SUBST(edb_cflags)
 AC_SUBST(edb_libs)
 edb_cflags=`edb-config --cflags`




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to