From 62d2f4bff71d876b1768ca0d96cb000c9cbcabd3 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 24 Jul 2018 12:37:50 +0200 Subject: [PATCH 1/2] Move AC_SUBST declaration for AM_CFLAGS with alike (#24771) Just to reorder things properly in configure.ac. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 74766972..b06bdef4 100644 --- a/configure.ac +++ b/configure.ac @@ -707,7 +707,6 @@ fi AM_CONDITIONAL([DEBUGGING],[test "x$enable_debugging" = "xyes"]) AC_MSG_RESULT($enable_debugging) AC_SUBST(DEBUGGING) -AC_SUBST(AM_CFLAGS) dnl Profiling AC_MSG_CHECKING(for profiling) @@ -767,6 +766,7 @@ AC_SUBST(LASSO_PUB_CFLAGS) AC_SUBST(LASSO_DEFINES) AC_SUBST(LASSO_APP_DEFINES) AC_SUBST(CFLAGS) +AC_SUBST(AM_CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) AC_SUBST(CLASSPATH_JUNIT) -- 2.18.0