autogen.sh revision e231a5db51f1b21252b2404d0aa2f243baa87a1a
echo
echo "You must have autoconf installed to generate the build system."
echo
exit 1
}
echo
echo "You must have libtool installed to generate the build system."
echo
exit 1
}
echo
echo "You must have autoheader installed to generate the build system."
echo
exit 1
}
echo
echo "You must have automake installed to generate the build system."
echo
exit 1
}
echo "You must run this script in the top-level source directory"
exit 1
}
if test -z "$@"; then
args="--prefix=/usr --exec-prefix= --sysconfdir=/etc"
export CFLAGS="-g -Wall \
-Wmissing-declarations -Wmissing-prototypes \
-Wnested-externs -Wpointer-arith \
-Wpointer-arith -Wsign-compare -Wchar-subscripts \
-Wstrict-prototypes -Wshadow"
else
args=$@
fi
echo " configure: $args"
echo