You've already forked ukui-interface
mirror of
https://github.com/ukui/ukui-interface.git
synced 2026-03-09 09:27:01 -07:00
10 lines
167 B
Bash
Executable File
10 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
#aclocal
|
|
#autoconf
|
|
#autoheader
|
|
#libtoolize --copy
|
|
#automake --copy --add-missing
|
|
|
|
echo "Regenerating autotools files"
|
|
autoreconf --force --install || exit 1
|