9 lines
143 B
Bash
Executable file
9 lines
143 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
aclocal
|
|
automake --foreign
|
|
autoconf
|
|
|
|
# Run configure for this platform
|
|
#./configure $*
|
|
echo "Now you are ready to run ./configure"
|