6 lines
93 B
Bash
Executable file
6 lines
93 B
Bash
Executable file
#! /bin/sh
|
|
aclocal && \
|
|
autoheader && \
|
|
autoconf && \
|
|
libtoolize && \
|
|
automake --add-missing
|