Remove AM_MAINTAINER_MODE from configure.in because it is erroring

out with newest autotools
This commit is contained in:
Micah Anderson 2006-03-25 17:54:22 +00:00
parent 8f7a366d32
commit 93c79dd085

View File

@ -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