Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CC, CFLAGS, CPPFLAGS to build summary, remove AM_LDFLAGS #271

Merged
merged 3 commits into from
Jul 24, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed AM_LDFLAGS from build summary
  • Loading branch information
edwardhartnett committed Jul 15, 2020
commit 8ad484e92858b7146daa0a17ac4bc7c736269c92
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ AC_SUBST(HAS_CDF5,[$nc_has_cdf5])
AC_SUBST(HAS_PNETCDF,[$nc_has_pnetcdf])
AC_SUBST(HAS_NC4_PARALLEL,[$nc_has_parallel4])
AC_SUBST(HAS_PARALLEL,[$nc_has_parallel])
AC_SUBST([AM_LDFLAGS])

# Some files need to exist in build directories that do not correspond
# to their source directory, or the test program makes an assumption
Expand Down
1 change: 0 additions & 1 deletion libnetcdff.settings.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Install Prefix: @prefix@
Fortran Compiler: @FC_VERSION@
FFLAGS: @FFLAGS@
LDFLAGS: @LDFLAGS@
AM_LDFLAGS: @AM_LDFLAGS@
C Compiler: @CC@
CPPFLAGS: @CPPFLAGS@
CFLAGS: @CFLAGS@
Expand Down