From b44ee368288b98ed5125ccb214e6d665c134be1f Mon Sep 17 00:00:00 2001
From: Matthias Benkard <code@mail.matthias.benkard.de>
Date: Mon, 28 Jan 2008 19:16:43 +0100
Subject: Minor build system cleanups.

darcs-hash:7cd12917b0b61183c70dddabc0fd9c2034768761
---
 GNUmakefile  | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 9f702e0..0d73315 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -60,4 +60,4 @@ config.make: configure config.make.in
 	sh ./configure
 
 configure: configure.ac
-	autoreconf
+	autoreconf || touch configure
diff --git a/configure.ac b/configure.ac
index 5e11366..9ea32af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 AC_PREREQ(2.61)
-AC_INIT(Objective-CL, 0.0.4, objcl-bugs@matthias.benkard.de)
+AC_INIT(Objective-CL, 0.0.4, objcl-bugs@mail.matthias.benkard.de)
 AC_CONFIG_SRCDIR([Objective-C/libobjcl.h])
 
 AC_PROG_CC
-- 
cgit v1.2.3