]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Bump configure.ac to version 0.0.4. v0.0.4
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Jan 2013 01:05:12 +0000 (20:05 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Jan 2013 01:05:12 +0000 (20:05 -0500)
Add -Wall -Werror to the automake command line.
Add the test suite to Makefile.am (will generate a `make check` target).

Makefile.am
autogen.sh
configure.ac

index 6f455d7334a8710038264dc216a8732143d8ea3f..5ba858ce568702eafd985f4230a1e83b7abd2f6d 100644 (file)
@@ -1,3 +1,4 @@
 SUBDIRS = src
 EXTRA_DIST = doc run-tests.sh
 man_MANS = doc/man/apply-default-acl.1
+TESTS = run-tests.sh
index 76fa304198ad00287ba969e106f362e10592ae37..cabc6bd2d008071ce41480bfa991e71fec4c70a2 100755 (executable)
@@ -1,4 +1,4 @@
 # Regenerate the junk that autotools wants to have around.
 aclocal
-automake --foreign --add-missing
+automake --foreign --add-missing -Wall -Werror
 autoconf
index 2df766b6a77383d45bf588f811a0387c5641d8f7..0ec9c63bb5cd01c718720895e1bacd88d78adac9 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.68])
-AC_INIT([apply-default-acl], [0.0.3], [michael@orlitzky.com])
+AC_INIT([apply-default-acl], [0.0.4], [michael@orlitzky.com])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/apply-default-acl.c])
 AC_CONFIG_FILES([Makefile src/Makefile])