6 lines
72 B
Bash
Executable file
6 lines
72 B
Bash
Executable file
#! /bin/sh -e
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|