summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a72c86da..e5d338906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
2001-06-06 Andrej Borsenkow <bor@zsh.org>
+ * 14760: zshconfig.ac: use old-style AC_INIT without version
+
* 14758: zshconfig.ac: no more ac_cv_cygwin in autoconf-2.50;
use host_os instead
diff --git a/configure.ac b/configure.ac
index e35063b3e..961170861 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
-AC_INIT(zsh, 4.1.0-dev-0, [zsh-workers@sunsite.dk])
+AC_INIT(Src/zsh.h)
AC_PREREQ(2.50)
-AC_CONFIG_SRCDIR(Src/zsh.h)
m4_include([zshconfig.ac])