Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/etox
Dir : e17/libs/etox
Modified Files:
configure.ac configure.in
Log Message:
Merge of etox from SPLIT.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.ac 3 May 2002 06:15:24 -0000 1.5
+++ configure.ac 14 Jan 2003 18:42:36 -0000 1.6
@@ -75,11 +75,6 @@
estyle_cflags=`estyle-config --cflags`
estyle_libs=`estyle-config --libs`
-AC_SUBST(imlib2_cflags)
-AC_SUBST(imlib2_libs)
-imlib2_cflags=`imlib2-config --cflags`
-imlib2_libs=`imlib2-config --libs`
-
dnl Look for jade for sgml translations.
AC_ARG_WITH(dbsheets,
[ --with-dbsheets=DIR use DIR to specify your DocBook stylesheets
installation path.],
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- configure.in 30 Aug 2002 20:38:39 -0000 1.11
+++ configure.in 14 Jan 2003 18:42:40 -0000 1.12
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(etox, 0.0.1)
+AM_INIT_AUTOMAKE(etox, 0.0.2)
AM_CONFIG_HEADER(etox-config.h)
AC_ISC_POSIX
@@ -219,41 +219,6 @@
fi
])
-IMLIB2_CONFIG="imlib2-config"
-AC_ARG_WITH(imlib2,
-[ --with-imlib2-config=FILE imlib2-config script to use (eg
/usr/bin/imlib2-config)],
-[
- IMLIB2_CONFIG=$withval
- AC_CHECK_PROG(IMLIB2_CONFIG_IN_PATH, $IMLIB2_CONFIG, yes, no)
- if test $IMLIB2_CONFIG_IN_PATH = no; then
- echo "ERROR:"
- echo "The imlib2-config development script you specified:"
- echo "$IMLIB2_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 imlib2-config detected.])
- exit;
- fi
-],
-[
- AC_CHECK_PROG(IMLIB2_CONFIG_IN_PATH, $IMLIB2_CONFIG, yes, no)
- if test $IMLIB2_CONFIG_IN_PATH = no; then
- echo "ERROR:"
- echo "The imlib2-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 imlib2-devel (or imlib2-dev)"
- echo " packages."
- echo "2. You may have imlib2 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 imlib2-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-imlib2-config."
- AC_MSG_ERROR([Fatal Error: no imlib2-config detected.])
- exit;
- fi
-])
-
AC_SUBST(ebits_cflags)
AC_SUBST(ebits_libs)
ebits_cflags=`ebits-config --cflags`
@@ -283,11 +248,6 @@
AC_SUBST(estyle_libs)
estyle_cflags=`estyle-config --cflags`
estyle_libs=`estyle-config --libs`
-
-AC_SUBST(imlib2_cflags)
-AC_SUBST(imlib2_libs)
-imlib2_cflags=`imlib2-config --cflags`
-imlib2_libs=`imlib2-config --libs`
dnl Look for jade for sgml translations.
AC_ARG_WITH(dbsheets,
-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving
your online business a competitive advantage. Test-drive a Thawte SSL
certificate - our easy online guide will show you how. Click here to get
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs