[cpp-log4shib] 07/26: Declare the Autoconf macro directory
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:13:13 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=827291b253fa7ced2e7f586f1d506e4799559d12
commit 827291b253fa7ced2e7f586f1d506e4799559d12
Author: Russ Allbery <rra at stanford.edu>
AuthorDate: Tue Jun 5 19:23:33 2012 -0700
Declare the Autoconf macro directory
The macros are stored in the m4 directory. Declare that in
configure.in so that autoreconf works properly.
---
configure.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.in b/configure.in
index d3a2e85..316b494 100644
--- a/configure.in
+++ b/configure.in
@@ -3,6 +3,7 @@ AC_INIT(log4shib, 1.0.4)
# autoconf 2.50 or higher to rebuild aclocal.m4, because the
# AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro.
AC_PREREQ(2.50)
+AC_CONFIG_MACRO_DIR([m4])
#
# +1 : ? : +1 == new interface that does not break old one
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list