]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
better support for gettext
[chaz/openbox] / configure.ac
index 31ecbc5d63c35f98dbfdbcf60d8d59607fa5269f..60bae0fd252e0550d66494342e11182c1a357579 100644 (file)
@@ -14,7 +14,8 @@ LIBTOOL="$LIBTOOL --silent"
 AC_PROG_INSTALL
 
 ALL_LINGUAS=""
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT_VERSION(0.11.5)
+AM_GNU_GETTEXT([external])
 
 AC_LANG(C++)
        
@@ -22,7 +23,8 @@ AC_LANG(C++)
 AC_MSG_CHECKING([for GCC])
 if test "$GCC" = "yes"; then
   AC_MSG_RESULT([yes])
-  CXXFLAGS="$CXXFLAGS -Wall -W"# -pedantic"
+  CXXFLAGS="$CXXFLAGS -Wall -W"
+# -pedantic"
 else
   AC_MSG_RESULT([no, trying other compilers])
   AC_MSG_CHECKING(for MIPSpro)
@@ -50,7 +52,7 @@ AC_CHECK_HEADERS(ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h
 AC_HEADER_TIME
 
 # Determine the return type of signal handlers
-AC_TYPE_SIGNAL
+AC_TYPE_SIGNAL
 
 # Check whether to include debugging code
 DEBUG=""
@@ -332,10 +334,7 @@ AC_ARG_ENABLE([xinerama],
   AC_MSG_RESULT([no])
 )
 
-AC_CONFIG_FILES([Makefile
-               m4/Makefile 
-               po/Makefile.in
-               intl/Makefile
+AC_CONFIG_FILES([Makefile po/Makefile.in
                otk/Makefile
                src/Makefile
                scripts/Makefile
This page took 0.020947 seconds and 4 git commands to generate.