Initial revision

This commit is contained in:
Ron Pedde
2003-10-13 15:03:14 +00:00
parent ebcb8c471b
commit 36818cbeb5
22 changed files with 1600 additions and 0 deletions

8
reconf Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
rm -f config.cache
rm -f config.status
#rm -f acconfig.h
aclocal
autoconf
autoheader
automake -a