summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-26 11:58:57 +0000
committerDana Jansens <danakj@orodu.net>2002-12-26 11:58:57 +0000
commite32610e7b1a18cd9bd411073ae1b927691e4bcd9 (patch)
treec226cdca1116f03caa9ada422bd5f7079693d9b4 /configure.ac
parent150c28620e1f14b7249038068bccca9563526377 (diff)
better support for gettext
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 5 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index f52ba15e..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)
@@ -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