Skip to content

Commit 8dfa218

Browse files
committed
Revert to autoconf 2.71 for tests
1 parent 5ce8a2b commit 8dfa218

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT([DRMAA for Slurm],[m4_esyscmd_s(./m4/ac_version.sh)],[nate@bx.psu.edu],[slurm-drmaa])
2-
AC_PREREQ([2.72])
2+
AC_PREREQ([2.71])
33
AC_REVISION([m4_esyscmd_s([git rev-parse HEAD])])
44
AC_COPYRIGHT([
55
DRMAA for Slurm
@@ -50,7 +50,6 @@ AC_PROG_MAKE_SET
5050
AC_PROG_LN_S
5151

5252
# check compiler / set basic flags:
53-
5453
if test x$GCC = xyes; then
5554
CFLAGS="-pedantic -std=c99 ${CFLAGS}"
5655
fi

drmaa_utils

0 commit comments

Comments
 (0)