5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#! /bin/sh -e
|
|
libtoolize
|
|
aclocal$automake_version
|
|
autoconf
|
|
automake$automake_version -a --foreign
|