diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-20 14:01:46 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-20 14:01:46 +0000 |
commit | 06d21c58758f922977955cec0ed8d14a90977ce1 (patch) | |
tree | 928040362c674fd066668196c1a22be2a7655efd /.preconfig | |
parent | c785eb610adb0fb3232c04c9a704a244b6325a7c (diff) | |
download | zsh-06d21c58758f922977955cec0ed8d14a90977ce1.tar.gz zsh-06d21c58758f922977955cec0ed8d14a90977ce1.tar.xz zsh-06d21c58758f922977955cec0ed8d14a90977ce1.zip |
Initial revision
Diffstat (limited to '.preconfig')
-rwxr-xr-x | .preconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.preconfig b/.preconfig new file mode 100755 index 000000000..f9729bd97 --- /dev/null +++ b/.preconfig @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +autoconf +autoheader +echo > stamp-h.in |