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
1 changed files with 7 additions and 0 deletions

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

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