Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e
Modified Files:
ChangeLog configure.in e.spec
Log Message:
Tue Jul 15 20:31:23 CEST 2003
(Kim)
Fix broken configure/install.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- ChangeLog 12 Jul 2003 15:11:12 -0000 1.52
+++ ChangeLog 15 Jul 2003 18:35:01 -0000 1.53
@@ -2026,3 +2026,10 @@
Added possibility to configure not to use fnlib (configure --without-fnlib).
No global var should be named "id".
+
+-------------------------------------------------------------------------------
+
+Tue Jul 15 20:31:23 CEST 2003
+(Kim)
+
+Fix broken configure/install.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- configure.in 12 Jul 2003 14:34:13 -0000 1.62
+++ configure.in 15 Jul 2003 18:35:01 -0000 1.63
@@ -7,14 +7,13 @@
AM_INIT_AUTOMAKE(enlightenment, $ENLIGHTENMENT_VERSION)
AM_MAINTAINER_MODE
-AM_CONDITIONAL(FSSTD, test x$enable_fsstd = xyes)
-AC_SUBST(USE_FSSTD)
dnl reasonable guesses for where stuff is installed
if test "x$prefix" = "xNONE"; then
prefix="/usr/local"
-else
- prefix=$prefix
+fi
+if test "x$exec_prefix" = "xNONE"; then
+ exec_prefix=$prefix
fi
AM_CONFIG_HEADER(config.h)
@@ -91,16 +90,14 @@
dnl ${DATADIRNAME} being defined.
if test "x$enable_fsstd" = "xyes"; then
- ENLIGHTENMENT_ROOT=${datadir}/enlightenment
- ENLIGHTENMENT_BIN=${bindir}
LOCALEDIR=${prefix}/${DATADIRNAME}/locale
- USE_FSSTD=yes
else
- ENLIGHTENMENT_ROOT=${prefix}/enlightenment
- ENLIGHTENMENT_BIN=${prefix}/enlightenment/bin
+ datadir=${prefix}
+ exec_prefix=${prefix}/enlightenment
LOCALEDIR=${prefix}/enlightenment/locale
- USE_FSSTD=no
fi
+ENLIGHTENMENT_ROOT=`eval echo ${datadir}/enlightenment`
+ENLIGHTENMENT_BIN=`eval echo ${bindir}`
if test "x$enable_sound" = "xyes"; then
AM_PATH_ESD(0.2.17,AC_DEFINE(HAVE_LIBESD, 1, [libesd.so]),[
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/e.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- e.spec 12 Jul 2003 15:11:12 -0000 1.53
+++ e.spec 15 Jul 2003 18:35:01 -0000 1.54
@@ -1,7 +1,7 @@
Summary: The Enlightenment window manager.
Name: enlightenment
Version: 0.16.6
-Release: 0.27
+Release: 0.28
Copyright: BSD
Group: User Interface/Desktops
Source: ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment-%{version}.tar.gz
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs