fluidsynth/autogen.sh
derselbst aac2354f5c remove fop-level "fluidsynth" directory node
cd fluidsynth && git mv * ../
2017-09-03 13:30:26 +02:00

12 lines
407 B
Bash
Executable file

#!/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 \
&& libtoolize -f \
&& autoheader \
&& autoconf \
&& automake -a