Skip to content

Commit

Permalink
Per #2531, we forgot to run bootstrap on the development machine (sen…
Browse files Browse the repository at this point in the history
…eca) to push the changes from configure.ac into the configure script which is what users actually run when they compile MET.
  • Loading branch information
JohnHalleyGotway committed May 5, 2023
1 parent 39d61b7 commit 74f705c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74f705c

Please sign in to comment.