10 lines
123 B
Bash
Executable file
10 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f config.cache
|
|
rm -f acconfig.cache
|
|
|
|
autoreconf --no-recursive $@
|
|
|
|
cd libltdl
|
|
|
|
autoreconf --no-recursive $@
|