]> git.draconx.ca Git - liblbx.git/blobdiff - configure.ac
test: Fix up regression test script.
[liblbx.git] / configure.ac
index bbc14fbcd2f1b3957c0bccd41543f539add91160..d3d35c5b6e1c1f37855b6c858456f83039f31848 100644 (file)
@@ -1,10 +1,16 @@
+dnl Copyright (C) 2009 Nick Bowler
+dnl Copying and distribution of this file, with or without modification,
+dnl are permitted in any medium without royalty provided the copyright
+dnl notice and this notice are preserved.  This file is offered as-is,
+dnl without any warranty.
+
 AC_PREREQ([2.62])
 AC_INIT([liblbx], [0.1], [toom-devel@lists.sourceforge.net])
 AC_CONFIG_SRCDIR([src/lbx.c])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
 
 AC_PROG_CC_C99
 AC_HEADER_ASSERT
@@ -17,8 +23,6 @@ AM_CONDITIONAL([BUILD_LBXIMG], [test x"$have_libpng" = x"yes"])
 
 AC_CONFIG_FILES([
        Makefile
-       src/Makefile
-       doc/man/Makefile
 ])
 
 AC_OUTPUT