summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
-rw-r--r--configure.ac2
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