Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-keyval
Commits
63f324d2
Commit
63f324d2
authored
Oct 20, 2017
by
Rob Latham
Browse files
relax minimum automake version
1.14.1 seems adequate for our needs
parent
8d7040cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
63f324d2
...
...
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
AC_INIT([sds-keyval], [0.1], [robl@mcs.anl.gov])
AM_INIT_AUTOMAKE([1.1
5
-Wall -Werror foreign subdir-objects silent-rules])
AM_INIT_AUTOMAKE([1.1
4.1
-Wall -Werror foreign subdir-objects silent-rules])
AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/sds-keyval.h])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment