mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2025-07-29 12:10:57 +00:00
11 lines
142 B
Bash
Executable File
11 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./remakesourcelist
|
|
aclocal
|
|
autoheader
|
|
touch NEWS README AUTHORS ChangeLog
|
|
automake --add-missing --copy
|
|
autoconf
|
|
./configure $@
|
|
|