Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/imlib2_tools
Dir : e17/apps/imlib2_tools
Modified Files:
configure.ac configure.in
Log Message:
1. configure.in/ac link to imlib2 properly when testing forit.
2. convert just made images red.. somehow colorize was hardcoded to set the
red channel to full red.. and that's it. it did nothing else useful. disabled
it now :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/imlib2_tools/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.ac 8 Apr 2002 21:38:38 -0000 1.2
+++ configure.ac 4 Sep 2003 00:25:30 -0000 1.3
@@ -34,14 +34,14 @@
AC_CHECK_LIB(Imlib2, imlib_context_set_display,
[ imlib2_libs=`${imlib2_path}imlib2-config --libs`;
- CFLAGS="$CFLAGS `${imlib2_path}imlib2-config --cflags`"],
+ CFLAGS="$CFLAGS `${imlib2_path}imlib2-config --libs --cflags`"],
AC_MSG_ERROR(
""
"**********************************************************************"
"* imlib2_convert requres Imlib2. Available from"
"* http://enlightenment.org/ and mirrors."
"**********************************************************************"
- )
+ ), `${imlib2_path}imlib2-config --libs`
)
AC_SUBST(imlib2_libs)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/imlib2_tools/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in 12 Nov 2001 02:41:07 -0000 1.3
+++ configure.in 4 Sep 2003 00:25:30 -0000 1.4
@@ -23,6 +23,7 @@
dnl Checks for library functions.
AC_CHECK_FUNCS(strdup strtod strtol strtoul)
+lb=`imlib2-config --libs`
AC_CHECK_LIB(Imlib2, imlib_context_set_display,
[ imlib2_libs=`imlib2-config --libs`;
CFLAGS="$CFLAGS `imlib2-config --cflags`"],
@@ -32,7 +33,7 @@
"* imlib2_convert requres Imlib2. Available from"
"* http://enlightenment.org/ and mirrors."
"**********************************************************************"
- )
+ ), `imlib2-config --libs`
)
AC_SUBST(imlib2_libs)
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs