move the bootstrap comment to where people are more likely to notice it
bootstrap:
	hopefully put the auto*/libtool commands in the right order
configure.ac:
	make enable/disable help messages less confusing
This commit is contained in:
Bill Currie 2001-10-08 03:41:23 +00:00
parent 5b8aca001b
commit c7d1f961c3
3 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,3 @@
NOTE: for building from cvs or a cvs snapshot, run ./bootstrap first.
Basic Installation
==================
@ -33,6 +31,9 @@ The simplest way to compile this package is:
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
NOTE: for building from cvs or a cvs snapshot, run ./bootstrap
first.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.

View file

@ -44,4 +44,4 @@ else
exit 1
fi
libtoolize --automake && aclocal && automake --add-missing && autoheader && autoconf
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf

View file

@ -509,7 +509,7 @@ fi
dnl Check for XFree86-VidMode support
AC_ARG_ENABLE(vidmode,
[ --enable-vidmode use XFree86 VidMode extension, if available],
[ --disable-vidmode don't use XFree86 VidMode extension],
HAVE_VIDMODE=$enable_vidmode, HAVE_VIDMODE=auto)
if test "x$HAVE_VIDMODE" != xno; then
save_CPPFLAGS="$CPPFLAGS"
@ -528,7 +528,7 @@ AC_SUBST(VIDMODE_LIBS)
dnl Check for DGA support
AC_ARG_ENABLE(dga,
[ --enable-dga use XFree86 DGA extension, if available],
[ --disable-dga don't use XFree86 DGA extension],
HAVE_DGA=$enable_dga, HAVE_DGA=auto)
if test "x$HAVE_DGA" != xno; then
save_CPPFLAGS="$CPPFLAGS"