added script to make updating the automake / autoconf stuff easier
This commit is contained in:
parent
63c09369d0
commit
dd0d8312b4
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Update the automake / autoconf configuration
|
||||||
|
#
|
||||||
|
|
||||||
|
automake && aclocal && autoconf && ./configure
|
||||||
|
|
Loading…
Reference in New Issue