Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
Autotools cleaning (not complete)

 * formatting
 * put WIN32_CFLAGS in AM_CFLAGS and not AM_CPPFLAGS, as it is where it belongs
 * rename create_shared_lib to lt_no_undefined
 * pass -Wl,--enable-auto-import to libtool when compiling with cegcc
 * add files to EXTRA_DIST only when they are not in _SOURCES or 
_include_HEADERS (they
   are added anyway)


===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -3 -r1.253 -r1.254
--- configure.in        12 Apr 2008 00:32:24 -0000      1.253
+++ configure.in        23 Apr 2008 06:55:06 -0000      1.254
@@ -38,7 +38,8 @@
 PKG_PROG_PKG_CONFIG
 
 WIN32_CFLAGS=""
-create_shared_lib=""
+lt_no_undefined=""
+lt_enable_auto_import=""
 case "$host_os" in
         mingw|mingw32*|cegcc)
                PKG_CHECK_MODULES(EVIL, evil)
@@ -47,12 +48,14 @@
                AC_DEFINE(EFL_EVAS_BUILD, 1, [Define to mention that evas is 
built])
                 if test "$host_os" = "cegcc" ; then
                         WIN32_CFLAGS="-mwin32"
+                       lt_enable_auto_import="-Wl,--enable-auto-import"
                 fi
-                create_shared_lib="-no-undefined "
+                lt_no_undefined="-no-undefined "
                 ;;
 esac
 AC_SUBST(WIN32_CFLAGS)
-AC_SUBST(create_shared_lib)
+AC_SUBST(lt_no_undefined)
+AC_SUBST(lt_enable_auto_import)
 
 x_dir=""
 x_cflags=""



-------------------------------------------------------------------------
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