From: Chris Sharp Date: Mon, 31 Oct 2016 18:00:57 +0000 (-0400) Subject: LP#1272937 - Modernize configure.ac to match current AM standards. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b43e43d4725da8d8531429c142a1f6d92ef9deb0;p=working%2FOpenSRF.git LP#1272937 - Modernize configure.ac to match current AM standards. Signed-off-by: Chris Sharp --- diff --git a/configure.ac b/configure.ac index dd5d3a7..b2cd21a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,10 +27,10 @@ m4_include([version.m4]) # Version number gets turned into @PACKAGE_VERSION@ AC_INIT([OpenSRF],m4_defn([VERSION_NUMBER]),[open-ils-dev@list.georgialibraries.org]) -AM_INIT_AUTOMAKE([OpenSRF], m4_defn([VERSION_NUMBER])) +AC_CONFIG_SRCDIR([configure.ac]) +AM_INIT_AUTOMAKE AC_REVISION($Revision: 0.1 $) -AC_CONFIG_SRCDIR([configure.ac]) # Enable $prefix to resolve to a reasonable value in substitutions in # scripts if no explict value was passed in to configure