X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/2529a9651d160ab3a17118d778f5e5584d040765..44fbf97825db6918cc7f4e31189f689ba7270128:/configure.ac diff --git a/configure.ac b/configure.ac index b0c7fb0..88c9db9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,9 @@ 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]) + AC_INIT([rrace], [0], [nbowler@draconx.ca]) AC_CONFIG_HEADERS([config.h]) @@ -12,7 +15,12 @@ AM_SILENT_RULES([yes]) DX_AUTOMAKE_COMPAT AC_PROG_CC_C99 +gl_EARLY LT_INIT +gl_INIT + +AC_CACHE_SAVE +m4_include([lib/gnulib.mk]) AC_PATH_XTRA AS_IF([test x"$no_x" != x"yes"],