X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=60bae0fd252e0550d66494342e11182c1a357579;hb=6a80c577b031604c92e68327545153ae28ee3ac8;hp=31ecbc5d63c35f98dbfdbcf60d8d59607fa5269f;hpb=881fd226222c672bbc3d18ad6f60fa4ed9e55a32;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 31ecbc5d..60bae0fd 100644 --- a/configure.ac +++ b/configure.ac @@ -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