X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/52c1b4699e8f5c396e3316a813d73de8075df97a..18cf0058df91c5c0338c202b222ee3c5ea3fce75:/configure.ac diff --git a/configure.ac b/configure.ac index 7fd2cb4..b5d8d3d 100644 --- a/configure.ac +++ b/configure.ac @@ -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])