From ad4ba793ea1dc89f46e0e44f27502707feb2ec69 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 15 Feb 2015 13:08:59 +0100 Subject: [PATCH] Smake: Made the configure target slightly more fail safe --- Smake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smake b/Smake index 09f1c84e0a..227affa36b 100644 --- a/Smake +++ b/Smake @@ -348,7 +348,7 @@ aclocal.m4: aclocal -I m4 -I gl/m4 configure: configure.ac aclocal.m4 - autoconf + autoconf || rm $@ # autoconf 2.69 has (what I think is) a bug. It will create configure even when failure is detected. config.h.in: configure.ac autoheader -- 2.30.2