From: Micah Anderson Date: Sat, 25 Mar 2006 17:54:22 +0000 (+0000) Subject: Remove AM_MAINTAINER_MODE from configure.in because it is erroring X-Git-Tag: backupninja-0.9.4~71 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=93c79dd085fd22255ada42af66e89a22f976abfb Remove AM_MAINTAINER_MODE from configure.in because it is erroring out with newest autotools --- 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