8 lines
159 B
Bash
Executable file
8 lines
159 B
Bash
Executable file
#! /bin/bash
|
|
|
|
aclocal -I . && \
|
|
autoheader && \
|
|
libtoolize --automake --copy && \
|
|
automake --add-missing --copy && \
|
|
autoconf
|
|
echo "Ready to run ./configure"
|