Enlightenment CVS committal
Author : azundris
Project : e17
Module : apps/entice
Dir : e17/apps/entice
Modified Files:
configure.in entice.spec
Log Message:
I'm the only one using entice, aren't I. : (
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- configure.in 7 Sep 2004 03:49:35 -0000 1.11
+++ configure.in 10 Jan 2005 11:29:29 -0000 1.12
@@ -129,15 +129,21 @@
AC_SUBST(edje_cflags)
AC_SUBST(edje_libs)
-PROG="gimp-remote-2.0";
-AC_PATH_PROG(GIMP_REMOTE_BIN, $PROG, "", $PATH)
+AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH)
if [ test -z $GIMP_REMOTE_BIN ]; then
- echo $PROG " is not in your \$PATH. Please ensure it is.";
+ AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.0", "", $PATH)
+ if [ test -z $GIMP_REMOTE_BIN ]; then
+ AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote", "", $PATH)
+ fi
+fi
+if [ test -z $GIMP_REMOTE_BIN ]; then
+ echo "The GIMP remote is not in your \$PATH. Please ensure it is.";
echo "Read the manual page for you shell as to how to extend your path.";
echo "You won't have the edit capabilities.";
else
- AC_DEFINE(GIMP_REMOTE_BIN, "gimp-remote-2.0", [Path to gimp-remote-2.0])
-fi
+ AC_DEFINE_UNQUOTED([GIMP_REMOTE_BIN], "$GIMP_REMOTE_BIN", [Path to
gimp-remote])
+fi
+
AC_OUTPUT([
Makefile
@@ -156,4 +162,3 @@
data/themes/artifakt/images/Makefile
data/themes/artifakt/fonts/Makefile
])
-
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/entice.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entice.spec 5 Jan 2005 05:05:25 -0000 1.3
+++ entice.spec 10 Jan 2005 11:29:29 -0000 1.4
@@ -1,6 +1,6 @@
Summary: entice
Name: entice
-Version: 0.9.1
+Version: 0.9.3
Release: 1.%(date '+%Y%m%d')
License: BSD
Group: Applications/Multimedia
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs