]> git.draconx.ca Git - rrace.git/blobdiff - configure.ac
Trivial manual fixes.
[rrace.git] / configure.ac
index 064c3247e7c31428343dda1b86c3ef0c4f9aeaa5..ab932ce2a5f696e6bb2b9a47b7cf3cb38f0fbb64 100644 (file)
@@ -4,8 +4,7 @@ dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
 dnl This is free software: you are free to do what the fuck you want to.
 dnl There is NO WARRANTY, to the extent permitted by law.
 
-dnl remove pointless gnulib warning flag check
-AC_DEFUN([gl_CC_GNULIB_WARNINGS])
+DX_PATCH_GNULIB
 
 AC_INIT([rrace], [0], [nbowler@draconx.ca])
 AC_CONFIG_HEADERS([config.h])
@@ -19,6 +18,8 @@ gl_EARLY
 LT_INIT
 gl_INIT
 
+AC_C_FLEXIBLE_ARRAY_MEMBER
+
 AC_CACHE_SAVE
 m4_include([lib/gnulib.mk])
 
@@ -166,6 +167,8 @@ AS_IF([test x"$dx_cv_xpm_to_png" = x"gm convert"],
 AC_CHECK_PROGS([OPTIPNG], [optipng])
 : "${OPTIPNG:=:}"
 
+AM_CONDITIONAL([USE_NLS], [test x"$USE_NLS" = x"yes"])
+
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT