Files
veejay/veejay-current/veejay-client/autogen.sh
2019-06-15 15:06:25 +02:00

13 lines
220 B
Bash
Executable File

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
# if you use autoconf 2.64 or earlier,
# you may have to create the m4 directory yourself
#
if [ ! -d m4 ]; then
mkdir m4
fi
autoreconf -v -fi -I m4