Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
elpa
elpa
Commits
cc703a4c
Commit
cc703a4c
authored
Jul 02, 2014
by
Lorenz Huedepohl
Browse files
Adapt test project to earlier version string change
parent
15537712
Changes
1
Hide whitespace changes
Inline
Side-by-side
ELPA_2014.06/test_project/configure.ac
View file @
cc703a4c
...
...
@@ -39,8 +39,8 @@ AM_PROG_AS
# Here comes the ELPA specific part
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([ELPA],[elpa-2014.06
.000
],[],[AC_MSG_ERROR(["Need elpa-2014.06
.000
"])])
PKG_CHECK_VAR([ELPA_FCFLAGS],[elpa-2014.06
.000
],[fcflags])
PKG_CHECK_MODULES([ELPA],[elpa-2014.06],[],[AC_MSG_ERROR(["Need elpa-2014.06"])])
PKG_CHECK_VAR([ELPA_FCFLAGS],[elpa-2014.06],[fcflags])
AC_LANG([Fortran])
m4_include([m4/ax_prog_fc_mpi.m4])
...
...
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