mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 15:05:28 +01:00
on older slackware, using -I m4 with autogen.sh does not work
This commit is contained in:
@@ -4,8 +4,17 @@
|
||||
# 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
|
||||
echo "Edit me"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user