X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/31b96a5d3d06122cbca0d38d32e0bbfa87cb58c7..61342041b52f7a2fc861853b15bde356cd66bfed:/configure.ac diff --git a/configure.ac b/configure.ac index 5be386e..e722392 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl There is NO WARRANTY, to the extent permitted by law. AC_PREREQ([2.68]) AC_INIT([liblbx], [0.1], [nbowler@draconx.ca]) AC_CONFIG_SRCDIR([src/lbx.c]) -AC_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) AM_SILENT_RULES([yes])