Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : proto
Dir : e17/proto/esmart
Modified Files:
configure.in
Log Message:
hopefully this fixes the plugindir not respecting prefixes
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.in 17 Jan 2004 07:16:46 -0000 1.10
+++ configure.in 21 Jan 2004 16:40:03 -0000 1.11
@@ -25,19 +25,13 @@
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}", [Shared data
directory])
fi
-if test "x${libdir}" = 'x${prefix}/share'; then
- if test "x${prefix}" = "xNONE"; then
- container_plugin_dir=${ac_default_prefix}/lib/${PACKAGE}/layout
- else
- container_plugin_dir=${prefix}/lib/${PACKAGE}/layout
- fi
+if test "x${prefix}" = "xNONE"; then
+ container_plugin_dir=${ac_default_prefix}/lib/${PACKAGE}/layout
else
- container_plugin_dir=${libdir}/${PACKAGE}/layout
+ container_plugin_dir=${prefix}/lib/${PACKAGE}/layout
fi
-#FIXME: remove this and get it working correctly
-container_plugin_dir="/usr/local/lib/esmart/layout"
-AC_DEFINE_UNQUOTED(CONTAINER_PLUGIN_DIR, "${container_plugin_dir}", [Container Plugin
Directory])
-AC_SUBST(container_plugin_dir)
+AC_DEFINE_UNQUOTED(CONTAINER_PLUGIN_DIR, ${container_plugin_dir}, [Container Plugin
Directory])
+AC_SUBST(CONTAINER_PLUGIN_DIR)
changequote(,)dnl
if test "x$GCC" = "xyes"; then
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs