8 lines
94 B
Bash
8 lines
94 B
Bash
#! /bin/sh
|
|
|
|
aclocal && \
|
|
libtoolize -c --force && \
|
|
autoheader && \
|
|
automake -a -c
|
|
autoconf
|