configure and aclocal.m4 depricated by autogen.sh, everyone should run that
if they're playing with CVS. changed echos in the configure script to comments
This commit is contained in:
@@ -15,7 +15,7 @@ dnl See also: remarks supplied in the debug checking area below
|
||||
|
||||
AC_INIT(init.asm)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
echo -- Where is our compiler, and who are we compiling for?
|
||||
dnl -- Where is our compiler, and who are we compiling for?
|
||||
CFLAGS="-pipe -I. -Wall"
|
||||
AC_PROG_CC
|
||||
AC_PATH_PROG(NASMPATH,nasm,[AC_MSG_ERROR(nasm 0.98 is required)])
|
||||
@@ -42,7 +42,7 @@ esac
|
||||
|
||||
dnl Checks for X.
|
||||
|
||||
echo -- Do we have X, and where is it? Needed for Mesa Checking
|
||||
dnl -- Do we have X, and where is it? Needed for Mesa Checking
|
||||
|
||||
AC_PATH_X
|
||||
CFLAGS="$CFLAGS -I$x_includes"
|
||||
@@ -50,7 +50,7 @@ LDFLAGS="$LDFLAGS -L$x_libraries"
|
||||
|
||||
dnl Checks for libraries.
|
||||
|
||||
echo -- Where is libSDL and zlib, and do we want/have libPNG and OpenGL support?
|
||||
dnl -- Where is libSDL and zlib, and do we want/have libPNG and OpenGL support?
|
||||
|
||||
AM_PATH_SDL(1.2.0,,[AC_MSG_ERROR(SDL >= 1.2.0 is required)])
|
||||
CFLAGS="$CFLAGS $SDL_CFLAGS"
|
||||
@@ -114,7 +114,7 @@ if test x$with_png != xno; then
|
||||
else
|
||||
AC_MSG_RESULT(disabled by user)
|
||||
fi
|
||||
echo -- Various debug and optimization option checks
|
||||
dnl -- Various debug and optimization option checks
|
||||
|
||||
AC_ARG_ENABLE(debug, [ --enable-debug Build GDB Friendly binary (zsnes-debug) ],debug=yes)
|
||||
AC_MSG_CHECKING(if you want gdb friendly executable)
|
||||
|
||||
Reference in New Issue
Block a user