Files
LFSDesktopProject/LFSToolKit/autogen.sh
2023-11-15 12:36:09 +00:00

12 lines
180 B
Bash
Executable File

#!/bin/bash
./remakesourcelist
libtoolize --copy
aclocal
autoheader
touch NEWS README AUTHORS ChangeLog
automake --add-missing --copy
autoreconf --force --install
./configure $@