Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Changed minimum requirement for make to 2.62 and check to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
v3l0c1r4pt0r committed Jun 12, 2014
1 parent bd23877 commit f334178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -5485,7 +5485,7 @@ if test "${with_check+set}" = set; then :
fi
min_check_version=0.9
min_check_version=0.9.4
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for check - version >= $min_check_version" >&5
$as_echo_n "checking for check - version >= $min_check_version... " >&6; }
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_PREREQ([2.62])
AC_INIT([xsdm], [0.1.2])
AC_CONFIG_SRCDIR([src/main.h])
AM_INIT_AUTOMAKE([subdir-objects])
AC_OUTPUT(Makefile src/Makefile tests/Makefile)
# AC_CONFIG_HEADERS([config.h])
#the following line not always work
AM_PATH_CHECK([0.9], [], [
AM_PATH_CHECK([0.9.4], [], [
echo "Check is required for this program"
exit -1])

Expand Down

0 comments on commit f334178

Please sign in to comment.