X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac;h=2df766b6a77383d45bf588f811a0387c5641d8f7;hb=d89f22c28473cd2e201500af0f970478105c632a;hp=7fe66377651f115fa0a808b3372a0fed31755c5e;hpb=e3baab78731e28c32d9d9b8948fc7bed0f280277;p=apply-default-acl.git diff --git a/configure.ac b/configure.ac index 7fe6637..2df766b 100644 --- a/configure.ac +++ b/configure.ac @@ -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.3], [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.