[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1a7de8d57cfba3ce16f3c37474f1cce238eb350c

Evergreen Git git at git.evergreen-ils.org
Wed Apr 29 09:40:21 EDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  1a7de8d57cfba3ce16f3c37474f1cce238eb350c (commit)
      from  fe76f6218dd13fa1e962d6c885a4f8ef892ff160 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1a7de8d57cfba3ce16f3c37474f1cce238eb350c
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Mon Mar 2 17:51:08 2020 -0500

    LP#1375296 - Quiet deprecation warnings in autoreconf -i step.
    
    Thanks to Warren Layton for suggesting this fix to the community!
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/Makefile.am b/Makefile.am
index e11134c790..a732c8e4f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ export PID=@localstatedir@/run
 export LOG=@localstatedir@/log
 export PERL_BASE=@PERL_BASE@
 
+ACLOCAL_AMFLAGS = -I m4
 
 
 # Derived from autoconf:
diff --git a/configure.ac b/configure.ac
index dacb5a36b7..d807121082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,10 @@
 export PATH=${PATH}:/usr/sbin
 AC_PREREQ(2.61)
 AC_INIT(Open-ILS, trunk, open-ils-dev at list.georgialibraries.org)
-AM_INIT_AUTOMAKE([OpenILS], [trunk])
-AC_REVISION($Revision: 0.1 $)
 AC_CONFIG_SRCDIR([configure.ac])
+AC_CONFIG_MACRO_DIR([m4])
+AM_INIT_AUTOMAKE
+AC_REVISION($Revision: 0.1 $)
 AC_CONFIG_SUBDIRS([Open-ILS/xul/staff_client/external/libmar])
 AC_SUBST(prefix)
 AC_SUBST([abs_top_builddir])
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 0000000000..0f4126cd67
--- /dev/null
+++ b/m4/.gitignore
@@ -0,0 +1 @@
+*.m4

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am   | 1 +
 configure.ac  | 5 +++--
 m4/.gitignore | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 m4/.gitignore


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list