added script to automagically create all the automake/autoconf stuff

This commit is contained in:
mainzelm 2000-12-21 13:21:00 +00:00
parent 56234c5ae2
commit 3a9832252b
1 changed files with 6 additions and 0 deletions

6
autogen.sh Executable file
View File

@ -0,0 +1,6 @@
#! /bin/sh
rm -f config.cache
autoheader
autoconf
touch scsh/*.c