X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=configure.ac;h=707fb537af5ec5a99fbd75c3fd36ea3b35674e14;hb=HEAD;hp=3c21c101d7634c0e5af4cd0780672ad41b134168;hpb=7ddfd60aef5e67058e1e6cb70debd3da01317825;p=backups%2F.git diff --git a/configure.ac b/configure.ac index 3c21c10..707fb53 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ -AC_INIT([inc-backups], 0.1) +AC_INIT([backups], [0.7]) + AC_CONFIG_HEADERS([config.h]) AC_COPYRIGHT([(c) Carl Baldwin. All Rights Reserved. ]) @@ -8,6 +9,10 @@ AC_PROG_CXX() AC_PROG_INSTALL() AC_PROG_RANLIB() -AC_CONFIG_FILES( [Makefile] ) +AC_CONFIG_FILES( [ \ + Makefile \ + scripts/Makefile \ + version \ +] ) AC_OUTPUT