Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : proto

Dir     : e17/proto/esmart


Modified Files:
        Makefile.am configure.in 
Added Files:
        acconfig.h 


Log Message:
Make that test actually show something. :)


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 14 Sep 2003 00:30:38 -0000      1.1
+++ Makefile.am 8 Nov 2003 19:34:58 -0000       1.2
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src test
+SUBDIRS = src test data
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess esmart-config.h.in \
                        config.sub configure install-sh ltconfig ltmain.sh \
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in        8 Nov 2003 18:17:06 -0000       1.2
+++ configure.in        8 Nov 2003 19:34:58 -0000       1.3
@@ -3,6 +3,7 @@
 AC_INIT(configure.in)
 AM_INIT_AUTOMAKE(esmart, 0.0.2)
 AM_CONFIG_HEADER(src/config.h)
+AM_CONFIG_HEADER(test/config.h)
 
 AC_ISC_POSIX
 AC_PROG_CC
@@ -13,6 +14,17 @@
 AM_PROG_LIBTOOL
 
 dnl Use -Wall if we have gcc.
+dnl Set PACKAGE_DATA_DIR in config.h.
+if test "x${datadir}" = 'x${prefix}/share'; then
+  if test "x${prefix}" = "xNONE"; then
+    AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${ac_default_prefix}/share/${PACKAGE}")
+  else
+    AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}")
+  fi
+else
+  AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}")
+fi
+
 changequote(,)dnl
 if test "x$GCC" = "xyes"; then
   case " $CFLAGS " in
@@ -69,6 +81,8 @@
 esmart-config
 src/Makefile
 test/Makefile
+data/Makefile
+data/images/Makefile
 src/container/Makefile
 src/thumb/Makefile
 src/trans/Makefile




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to