X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/ce1a1f9d40d6230f6e3d7059142cf21776548756..fca6b2bed019146ab43230007cf193f4ca5955b1:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 064c324..ab932ce 100644 --- a/configure.ac +++ b/configure.ac @@ -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