Skip to content
Snippets Groups Projects
Commit 93c79dd0 authored by micah's avatar micah :speech_balloon:
Browse files

Remove AM_MAINTAINER_MODE from configure.in because it is erroring

out with newest autotools
parent 8f7a366d
Branches
No related tags found
No related merge requests found
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # 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_INIT([backupninja],[0.9.3],[backupninja@lists.riseup.net])
AC_CONFIG_SRCDIR([src/backupninja.in]) AC_CONFIG_SRCDIR([src/backupninja.in])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment