7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#! /bin/sh
|
|
|
|
aclocal && \
|
|
autoheader && \
|
|
autoconf && \
|
|
automake --add-missing 2> /dev/null
|