From 846ace255afda01fb45fe3607ee8034583a7a6e8 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 10 Mar 2012 10:55:48 +1100 Subject: [PATCH] Autoconf: Remove AS_SET_STATUS to be compatible with autoconf < 2.65 --- configure.ac | 2 +- m4/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c1ad547..f971597 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ fi AC_CANONICAL_HOST AM_CONDITIONAL(LD_ISCSI, - [case $host_os in linux*) ;; *) AS_SET_STATUS(1);; esac ]) + [expr "$host_os" : linux > /dev/null 2>&1]) if test "$ac_cv_prog_gcc" = yes; then WARN_CFLAGS="-Wall -W -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings" diff --git a/m4/.gitignore b/m4/.gitignore index 94e6f26..764b428 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -1,5 +1,5 @@ /libtool.m4 +/lt~obsolete.m4 /ltoptions.m4 /ltsugar.m4 /ltversion.m4 -/lt~obsolete.m4