1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 22:52:34 +01:00

Added a small script to help in generating the autoconf/automake/libtool

files quickly
This commit is contained in:
dan
2000-03-31 00:49:20 +00:00
parent cf65d791ab
commit 58e0b92fe2
2 changed files with 12 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ configure config.log config.cache config.guess config.status config.sub
libtool ltconfig ltmain.sh
.psrc .inslog2 tca.map tca.log
*.rpt
update-autoconf

11
update-autoconf Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
#
# This file is handy to update all the files generated by autoconf, automake
# and friends, quickly.
#
aclocal
autoheader
autoconf
libtoolize --force --automake
automake -a --gnu --include-deps