From 93c79dd085fd22255ada42af66e89a22f976abfb Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Sat, 25 Mar 2006 17:54:22 +0000
Subject: [PATCH] Remove AM_MAINTAINER_MODE from configure.in because it is
 erroring out with newest autotools

---
 configure.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index ae6b107..5781ce7 100644
--- 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
-- 
GitLab