This website requires JavaScript.
Explore
Help
Register
Sign In
scsh-conservatory
/
scsh-0.6
Watch
1
Star
0
Fork
You've already forked scsh-0.6
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a3a67e69a2
scsh-0.6
/
autogen.sh
7 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
added script to automagically create all the automake/autoconf stuff
2000-12-21 08:21:00 -05:00
#! /bin/sh
rm -f config.cache
autoheader
autoconf
touch scsh/*.c
Added touch for build/filenames.make since this is included from the Makefile.
2001-01-03 04:29:44 -05:00
touch build/filenames.make