projects
/
backups
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make the cdrecord command configurable
[backups/.git]
/
configure.ac
1
AC_INIT([backups], [0.6])
2
3
AC_CONFIG_HEADERS([config.h])
4
AC_COPYRIGHT([(c) Carl Baldwin. All Rights Reserved. ])
5
6
AM_INIT_AUTOMAKE([foreign -Wall])
7
8
AC_PROG_CXX()
9
AC_PROG_INSTALL()
10
AC_PROG_RANLIB()
11
12
AC_CONFIG_FILES( [ \
13
Makefile \
14
scripts/Makefile \
15
version \
16
] )
17
18
AC_OUTPUT