Enlightenment CVS committal
Author : technikolor
Project : e17
Module : libs/etox
Dir : e17/libs/etox
Modified Files:
configure.ac configure.in
Log Message:
Removal of ebits tests from autof00... unneeded.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/configure.ac,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.ac 7 Sep 2003 03:33:10 -0000 1.7
+++ configure.ac 15 Dec 2003 20:40:47 -0000 1.8
@@ -45,11 +45,6 @@
fi
changequote([,])dnl
-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`
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- configure.in 14 Jan 2003 18:42:40 -0000 1.12
+++ configure.in 15 Dec 2003 20:40:47 -0000 1.13
@@ -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)],
@@ -218,11 +183,6 @@
exit;
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)
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs