about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in20
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
-