X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/928139d581ba3b90e87683e3948db61193498fc5..18cf0058df91c5c0338c202b222ee3c5ea3fce75:/configure.ac diff --git a/configure.ac b/configure.ac index 762de22..b5d8d3d 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([upkg],[0.1],[nbowler@draconx.ca]) AC_CONFIG_SRCDIR([src/libupkg.c]) AC_CONFIG_HEADERS([config.h])