mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
misc management stuff
This commit is contained in:
11
plugins/update-autoconf
Executable file
11
plugins/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