Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/entrance
Dir : e17/apps/entrance
Modified Files:
acconfig.h configure.in
Log Message:
entrance race condition fix... i keep having to fix this.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/acconfig.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- acconfig.h 25 Oct 2003 06:51:29 -0000 1.5
+++ acconfig.h 3 Jan 2004 04:54:57 -0000 1.6
@@ -8,6 +8,7 @@
#undef HAVE_PAM
#undef PACKAGE_LOCALE_DIR
#undef PACKAGE_DATA_DIR
+#undef PACKAGE_BIN_DIR
#undef PACKAGE_SOURCE_DIR
#undef PACKAGE_CFG_DIR
#undef PREFIX
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- configure.in 2 Jan 2004 02:31:55 -0000 1.19
+++ configure.in 3 Jan 2004 04:54:57 -0000 1.20
@@ -9,14 +9,16 @@
AM_PROG_CC_STDC
AC_HEADER_STDC
-AC_EXPAND_DIR(PACKAGE_DATA_DIR, "$datadir/${PACKAGE}")
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "$PACKAGE_DATA_DIR")
-
if test "x${prefix}" = "xNONE"; then
AC_DEFINE_UNQUOTED(PREFIX, "/usr/local/")
else
AC_DEFINE_UNQUOTED(PREFIX, "${prefix}")
fi
+
+AC_EXPAND_DIR(PACKAGE_DATA_DIR, "$datadir/${PACKAGE}")
+AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "$PACKAGE_DATA_DIR")
+AC_EXPAND_DIR(PACKAGE_BIN_DIR, "$bindir")
+AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "$PACKAGE_BIN_DIR")
AC_EXPAND_DIR(PACKAGE_CFG_DIR, "$sysconfdir")
AC_DEFINE_UNQUOTED(PACKAGE_CFG_DIR, "$PACKAGE_CFG_DIR")
-------------------------------------------------------
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