]> git.draconx.ca Git - rrace.git/blobdiff - configure.ac
Adjust X11 include ordering.
[rrace.git] / configure.ac
index b0c7fb06355cb0916ee5d021694cbc7c0cc36f24..88c9db9a2a11f83fada79fce250dcca40e6528e4 100644 (file)
@@ -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"],