X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/6433794da64fdd089cabb7b82f7f4d8608d98c32..fca6b2bed019146ab43230007cf193f4ca5955b1:/configure.ac diff --git a/configure.ac b/configure.ac index 7239adb..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]) @@ -168,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