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:
@@ -4,3 +4,4 @@ configure config.log config.cache config.guess config.status config.sub
|
|||||||
libtool ltconfig ltmain.sh
|
libtool ltconfig ltmain.sh
|
||||||
.psrc .inslog2 tca.map tca.log
|
.psrc .inslog2 tca.map tca.log
|
||||||
*.rpt
|
*.rpt
|
||||||
|
update-autoconf
|
||||||
|
|||||||
11
update-autoconf
Executable file
11
update-autoconf
Executable 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
|
||||||
Reference in New Issue
Block a user