]> git.draconx.ca Git - rrace.git/blobdiff - configure.ac
Implement the about dialog.
[rrace.git] / configure.ac
index 2378c8e8770c94f1330604530b1ab25ceb1794e5..755d911fba6d30315bb4b73a2af2a611173769fe 100644 (file)
@@ -22,6 +22,13 @@ gl_INIT
 AC_CACHE_SAVE
 m4_include([lib/gnulib.mk])
 
+dnl We will provide our own makefile rules for gettext.  Disable tracing of
+dnl AM_GNU_GETTEXT to prevent autoreconf from running autopoint, and to
+dnl prevent automake from growing gratuitous error conditions.
+m4_traceoff([AM_GNU_GETTEXT])
+AM_GNU_GETTEXT([external])
+AH_BOTTOM([#include <conf_post.h>])
+
 AC_PATH_XTRA
 AS_IF([test x"$no_x" != x"yes"],
 [AC_CACHE_CHECK([for Motif], [dx_cv_have_motif],