Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
1efac5a4
Commit
1efac5a4
authored
4 years ago
by
Ralf Mueller
Browse files
Options
Downloads
Patches
Plain Diff
fixes for 2.70
parent
9d9d5c24
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+5
-4
5 additions, 4 deletions
configure.ac
with
5 additions
and
4 deletions
configure.ac
+
5
−
4
View file @
1efac5a4
...
...
@@ -4,10 +4,10 @@
# autoconf 2.69
# libtool 2.4.6
AC_PREREQ([2.
69
])
AC_PREREQ([2.
70
])
LT_PREREQ([2.4.6])
AC_INIT([cdi],
[1.9.10],
[https://mpimet.mpg.de/cdi])
AC_INIT([cdi],[1.9.10],[https://mpimet.mpg.de/cdi])
AC_DEFINE_UNQUOTED(CDI, ["$PACKAGE_VERSION"], [CDI version])
...
...
@@ -27,7 +27,7 @@ AC_CONFIG_HEADERS([src/config.h])
AM_MAINTAINER_MODE([disable])
# Check building environment
AC_PROG_CC
_C99
AC_PROG_CC
dnl The check above forgets to delete the following directory
dnl generated by the MacOS linker, which results in multiple
dnl annoying messages from the rm utility:
...
...
@@ -439,10 +439,11 @@ AC_CONFIG_FILES([tests/test_cksum_grib \
tables/gen_tableheaderfile \
util/serialrun],[chmod a+x "$ac_file"])
AC_
OUTPUT
([Makefile src/Makefile interfaces/Makefile app/Makefile \
AC_
CONFIG_FILES
([Makefile src/Makefile interfaces/Makefile app/Makefile \
tests/Makefile examples/Makefile cdi.settings \
examples/pio/Makefile src/pkgconfig/cdi.pc src/pkgconfig/cdipio.pc \
src/pkgconfig/cdi_f2003.pc])
AC_OUTPUT
# ----------------------------------------------------------------------
# Show configuration
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment