]> git.draconx.ca Git - upkg.git/blobdiff - configure.ac
Update bootstrapping bits.
[upkg.git] / configure.ac
index 7fd2cb47754c45b4da0c7b661d0454575e72a474..b5d8d3d2b17fc98fa80538cc03e5737772878003 100644 (file)
@@ -4,9 +4,12 @@ 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([upkg],[0.1],[nbowler@draconx.ca])
 AC_CONFIG_SRCDIR([src/libupkg.c])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects])