Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet


Modified Files:
        Makefile.am configure.in 


Log Message:
 * rename lt_auto_import to lt_enable_auto_import
 * remove warning with newest autoconf's (check of __attribute__)
 * fix maintainer-clean rule (expecially with libtool 2.2.*)
 * formatting of the top level Makefile.am

===================================================================
RCS file: /cvs/e/e17/libs/eet/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- Makefile.am 25 Jan 2008 04:40:27 -0000      1.33
+++ Makefile.am 19 Apr 2008 05:02:30 -0000      1.34
@@ -2,21 +2,37 @@
 
 SUBDIRS = src
 
-MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
-                       config.h.in config.sub configure install-sh \
-                      ltconfig ltmain.sh missing mkinstalldirs \
-                      stamp-h.in build-stamp configure-stamp depcomp \
-                      eet_docs.tar.gz \
-                      README \
-                      eet.pc \
-                      eet.spec
+MAINTAINERCLEANFILES = \
+Makefile.in \
+aclocal.m4 \
+config.guess \
+config.h.in  \
+config.sub  \
+configure  \
+depcomp \
+install-sh \
+ltmain.sh  \
+missing  \
+eet_docs.tar.gz\
+m4/libtool.m4 \
+m4/lt~obsolete.m4 \
+m4/ltoptions.m4 \
+m4/ltsugar.m4 \
+m4/ltversion.m4
 
-EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN eet.c.in \
-            README.in README \
-            eet.pc.in \
-            eet.spec.in eet.spec \
-            Doxyfile \
-            doc gendoc
+EXTRA_DIST = \
+AUTHORS \
+COPYING \
+COPYING-PLAIN \
+eet.c.in \
+README.in \
+README \
+eet.pc.in \
+eet.spec.in \
+eet.spec \
+Doxyfile \
+doc \
+gendoc
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = eet.pc
===================================================================
RCS file: /cvs/e/e17/libs/eet/configure.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- configure.in        15 Apr 2008 22:31:35 -0000      1.91
+++ configure.in        19 Apr 2008 05:02:30 -0000      1.92
@@ -31,7 +31,7 @@
 WIN32_CFLAGS=""
 WIN32_LIBS=""
 lt_no_undefined=""
-lt_auto_import=""
+lt_enable_auto_import=""
 case "$host_os" in
        mingw|mingw32*|cegcc)
                PKG_CHECK_MODULES([EVIL], [evil])
@@ -41,7 +41,7 @@
                if test "$host_os" = "cegcc" ; then
                        WIN32_CFLAGS="-mwin32"
                        WIN32_LIBS="-lws2"
-                       lt_auto_import="-Wl,--enable-auto-import"
+                       lt_enable_auto_import="-Wl,--enable-auto-import"
                else
                        WIN32_LIBS="-lws2_32"
                fi
@@ -51,23 +51,23 @@
 AC_SUBST(WIN32_CFLAGS)
 AC_SUBST(WIN32_LIBS)
 AC_SUBST(lt_no_undefined)
-AC_SUBST(lt_auto_import)
+AC_SUBST(lt_enable_auto_import)
 
 dnl Checking for __attribute__ support
 AC_MSG_CHECKING([for __attribute__])
-AC_CACHE_VAL(have___attribute__,
+AC_CACHE_VAL(_cv_have___attribute__,
   [
     AC_TRY_COMPILE([#include <stdlib.h>],
       [int func(int x); int foo(int x __attribute__ ((unused))) { exit(1); }],
-      [have___attribute__="yes"],
-      [have___attribute__="no"])
+      [_cv_have___attribute__="yes"],
+      [_cv_have___attribute__="no"])
   ]
 )
 
-if test "x${have___attribute__}" = "xyes" ; then
+if test "x${_cv_have___attribute__}" = "xyes" ; then
    AC_DEFINE(HAVE___ATTRIBUTE__, 1, [Define to 1 if your compiler has 
__attribute__])
 fi
-AC_MSG_RESULT(${have___attribute__})
+AC_MSG_RESULT(${_cv_have___attribute__})
 
 AC_FUNC_ALLOCA
 



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to