added script to make updating the automake / autoconf stuff easier

This commit is contained in:
darkeye
2000-11-12 13:28:50 +00:00
parent 63c09369d0
commit dd0d8312b4

7
darkice/trunk/update-conf Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
#
# Update the automake / autoconf configuration
#
automake && aclocal && autoconf && ./configure