diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-01-08 12:59:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-01-08 12:59:25 +0000 |
commit | caea0dbeac5fe815e42c9b46cf72cca3ddc64e85 (patch) | |
tree | ef91b49c5392972d5fc345aa31c5a0699049ba57 /configure.in | |
parent | a892f5e24c60a5a77fc375aedca501152da0686c (diff) | |
download | zsh-caea0dbeac5fe815e42c9b46cf72cca3ddc64e85.tar.gz zsh-caea0dbeac5fe815e42c9b46cf72cca3ddc64e85.tar.xz zsh-caea0dbeac5fe815e42c9b46cf72cca3ddc64e85.zip |
19338 etc.: remove support for autoconf before 2.50
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.in b/configure.in deleted file mode 100644 index 09372c653..000000000 --- a/configure.in +++ /dev/null @@ -1,20 +0,0 @@ - -AC_INIT(Src/zsh.h) - -real_no_create=$no_create -no_create=yes - -builtin([include], [zshconfig.ac]) - -dnl The standard config.status is missing some essential features. -dnl So add them now. See the comment at the end of Src/mkmakemod.sh. -[rm -f $CONFIG_STATUS.old -cp $CONFIG_STATUS $CONFIG_STATUS.old -sed '1,$s@^\( *ac_file_inputs=\).*$@\1`echo $ac_file_in | sed -e "s%^%:%" -e "s%:\\([^!]\\)% $ac_given_srcdir/\\1%g" -e "s%:!% %"`@' \ - $CONFIG_STATUS.old >$CONFIG_STATUS - echo "# Hack for autoconf-2.13" >>$CONFIG_STATUS - chmod +x $CONFIG_STATUS - rm -f $CONFIG_STATUS.old] - -test "$real_no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 - |