Files
veejay/veejay-current/veejay-server/autogen.sh
2012-04-20 19:08:42 +02:00

27 lines
540 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
#
## remove the '#' in front of the line for 'autoreconf'
########################################
## newer distributions, ubuntu 11. etc
########################################
if [ ! -d m4 ]; then
mkdir m4
fi
autoreconf -v -fi -I m4
#########################################
## slackware 13.1 and older
#########################################
#autoreconf -v -fi