Merging release-0.3.1
[backups/.git] / configure.ac
index 3c21c101d7634c0e5af4cd0780672ad41b134168..d48f13ce11ac32d6ffc4e531507e9729827e65fe 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([inc-backups], 0.1)
+AC_INIT([inc-backups], 0.2)
 AC_CONFIG_HEADERS([config.h])
 AC_COPYRIGHT([(c) Carl Baldwin.  All Rights Reserved. ])
 
@@ -9,5 +9,6 @@ AC_PROG_INSTALL()
 AC_PROG_RANLIB()
 
 AC_CONFIG_FILES( [Makefile] )
+AC_CONFIG_FILES( [scripts/Makefile] )
 
 AC_OUTPUT