X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/2d17f059aa8a1e4670b9dad3f24556c7d97f6d45..c576e02220d3ebf04a11b8568d4f96c4aab8fb84:/configure.ac diff --git a/configure.ac b/configure.ac index abfccf7..3501428 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_INIT([dxcommon], [0], [nbowler@draconx.ca]) AC_CONFIG_SRCDIR([m4/base.m4]) AC_PROG_CC +AC_PROG_RANLIB AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) AM_SILENT_RULES([yes]) @@ -19,7 +20,5 @@ AC_CONFIG_TESTDIR([.]) DX_PROG_AUTOTEST AM_CONDITIONAL([HAVE_AUTOTEST], [test x"$dx_cv_autotest_works" = x"yes"]) -AC_CONFIG_FILES([ - Makefile -]) +AC_CONFIG_FILES([Makefile atlocal]) AC_OUTPUT