From 4b44bbb3fb61feb33ee275b13e604976f3bb2220 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Wed, 6 Jun 2001 08:37:21 +0000 Subject: unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50 --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 000000000..e35063b3e --- /dev/null +++ b/configure.ac @@ -0,0 +1,7 @@ + +AC_INIT(zsh, 4.1.0-dev-0, [zsh-workers@sunsite.dk]) +AC_PREREQ(2.50) +AC_CONFIG_SRCDIR(Src/zsh.h) + +m4_include([zshconfig.ac]) + -- cgit 1.4.1