X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac;h=020088283a9f607d9427b970ef8e843678acccaf;hb=6f86f4948c94158193b3a22ae7c2e3956e744cb9;hp=6de8a998cdcbe589016ed84ad265ab0b8ab696cf;hpb=74c97a249290c9e33e6f06a27f5c99fb5bce36d4;p=apply-default-acl.git diff --git a/configure.ac b/configure.ac index 6de8a99..0200882 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,9 @@ AC_CONFIG_FILES([Makefile src/Makefile]) AC_CONFIG_SRCDIR([src/apply-default-acl.c]) AC_CONFIG_MACRO_DIRS([m4]) +# Not used, but keeps the build log clean. +AC_CONFIG_HEADERS([config.h]) + # Checks for programs. AC_PROG_CC AM_PROG_AR @@ -52,5 +55,5 @@ AC_CHECK_FUNC(asprintf, [], AC_MSG_ERROR(missing required asprintf function)) -LT_INIT +LT_INIT([disable-static]) AC_OUTPUT