on older slackware, using -I m4 with autogen.sh does not work

This commit is contained in:
niels
2011-05-07 00:34:15 +02:00
parent c913541a9d
commit 21836b2a86

View File

@@ -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