Skip to content

Commit 5cb002b

Browse files
committed
Use local.h instead of config.h
1 parent a9bfe79 commit 5cb002b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure.ac

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
## - Fix Autoconf using the wrong AR and ARFLAGS on platforms like OS X.
1717
## Also see http://lists.gnu.org/archive/html/bug-autoconf/2017-11/msg00002.html.
1818
##
19+
## - Fix Autoconf ignoring our config.h.in. This one looks like it is a problem without a solution.
20+
## Also see https://stackoverflow.com/q/48436715/608639
21+
##
1922
## - Fix failed self tests for 32-bit OS X/Clang and Linux/xlC. They both fail two tests, and they
2023
## are the same test. The tests are RSA signature verification using library test vectors.
2124
##
@@ -61,7 +64,7 @@ AC_INIT([Crypto++], [6.0], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp]
6164
AM_INIT_AUTOMAKE
6265

6366
AC_CONFIG_MACRO_DIR([m4])
64-
AC_CONFIG_HEADERS([config.h])
67+
AC_CONFIG_HEADERS([local.h])
6568
AC_CONFIG_FILES([Makefile] [libcryptopp.pc])
6669
AC_CONFIG_SRCDIR([configure.ac])
6770

0 commit comments

Comments
 (0)