From 74f705c517d373ccf45106994bf583fe96aad007 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 5 May 2023 11:27:19 -0600 Subject: [PATCH] Per #2531, we forgot to run bootstrap on the development machine (seneca) to push the changes from configure.ac into the configure script which is what users actually run when they compile MET. --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 87899cbbeb..12f9307754 100755 --- a/configure +++ b/configure @@ -6051,6 +6051,9 @@ fi CPPFLAGS=$CPPFLAGS' -DMET_BASE="\"$(pkgdatadir)\""' +# Add -std=c++11 to CXXFLAGS +CXXFLAGS=$CXXFLAGS' -std=c++11' + # Define other variables for the makefiles FC_LIBS=-lgfortran