]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - configure.ac
Output an error message when a test user is missing.
[apply-default-acl.git] / configure.ac
index 7fe66377651f115fa0a808b3372a0fed31755c5e..0ec9c63bb5cd01c718720895e1bacd88d78adac9 100644 (file)
@@ -2,9 +2,9 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.68])
-AC_INIT([reapply_default_acl], [0.0.2], [michael@orlitzky.com])
+AC_INIT([apply-default-acl], [0.0.4], [michael@orlitzky.com])
 AM_INIT_AUTOMAKE
-AC_CONFIG_SRCDIR([src/reapply_default_acl.c])
+AC_CONFIG_SRCDIR([src/apply-default-acl.c])
 AC_CONFIG_FILES([Makefile src/Makefile])
 
 # Checks for programs.