[cpp-log4shib] 10/26: Also add ACLOCAL_AMFLAGS = -I m4 to Makefile.am
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:13:16 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/1.0.4-1
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=c28098eb87dac5f375e48f30665b0a1c08e1b162
commit c28098eb87dac5f375e48f30665b0a1c08e1b162
Author: Russ Allbery <rra at stanford.edu>
AuthorDate: Tue Jun 5 19:37:35 2012 -0700
Also add ACLOCAL_AMFLAGS = -I m4 to Makefile.am
I don't know why setting it in configure.in isn't sufficient, but
it isn't for some reason.
---
Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index fa4e9e3..9d97ceb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
if DOC
SUBDIRS = debian msvc6 msvc8 msvc9 bcb5 config src include tests doc
else
@@ -66,4 +68,4 @@ docs:
doc-dist: docs
tar -zcf $(PACKAGE)-docs-$(VERSION).tar.gz -C $(top_srcdir)/doc/html --exclude CVS --exclude .svn .
-
\ No newline at end of file
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list