fluidsynth/autogen.sh

13 lines
407 B
Bash
Raw Normal View History

2003-03-11 16:56:45 +00:00
#!/bin/sh
# Some poor souls have linux distributions, that don't install pkg-config by default.
#pkg-config --version does actually nothing, but it will fail and give 'sort of' an error message...
pkg-config --version > /dev/null \
&& aclocal \
2003-03-11 16:56:45 +00:00
&& libtoolize -f \
&& autoheader \
&& autoconf \
&& automake -a