Olaf Rempel
5d10585d29
- added autoconf/automake/libtool support - plugins: replaced _init() / _fini() with ((constructor)) / ((destructor))
9 lines
77 B
Bash
9 lines
77 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing --copy
|
|
autoconf
|