projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f7a366
)
Remove AM_MAINTAINER_MODE from configure.in because it is erroring
author
Micah Anderson
<micah@riseup.net>
Sat, 25 Mar 2006 17:54:22 +0000
(17:54 +0000)
committer
Micah Anderson
<micah@riseup.net>
Sat, 25 Mar 2006 17:54:22 +0000
(17:54 +0000)
out with newest autotools
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index ae6b10722501d1549f17753da108a5c26f449b5f..5781ce7d0f2be1458cd4203ab5c4368c5382ea53 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,7
+1,8
@@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AM_MAINTAINER_MODE
+# The maintainer mode is causing me grief with newest versions of autotools
+#AM_MAINTAINER_MODE
AC_INIT([backupninja],[0.9.3],[backupninja@lists.riseup.net])
AC_CONFIG_SRCDIR([src/backupninja.in])
AM_INIT_AUTOMAKE