mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
12 lines
180 B
Bash
Executable File
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 $@
|
|
|