projects
/
backups
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Some clean-up
[backups/.git]
/
configure.ac
1
AC_INIT([inc-backups], 0.2)
2
AC_CONFIG_HEADERS([config.h])
3
AC_COPYRIGHT([(c) Carl Baldwin. All Rights Reserved. ])
4
5
AM_INIT_AUTOMAKE([foreign -Wall])
6
7
AC_PROG_CXX()
8
AC_PROG_INSTALL()
9
AC_PROG_RANLIB()
10
11
AC_CONFIG_FILES( [Makefile] )
12
AC_CONFIG_FILES( [scripts/Makefile] )
13
14
AC_OUTPUT