paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/physfs configure.in,1.1.2.4,1.1.2.5


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs configure.in,1.1.2.4,1.1.2.5
Date: Wed, 10 Jul 2002 15:12:52 -0400

Update of /cvsroot/paragui/paragui/src/physfs
In directory subversions:/tmp/cvs-serv9531/src/physfs

Modified Files:
      Tag: devel-1-0
        configure.in 
Log Message:
framework updates for newest autoconf/automake
added fireworks demo (Thanks Keith)



Index: configure.in
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/configure.in,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** configure.in        3 Jul 2002 14:30:10 -0000       1.1.2.4
--- configure.in        10 Jul 2002 19:12:49 -0000      1.1.2.5
***************
*** 76,84 ****
    fi
    CFLAGS="$CFLAGS -Werror -Wall"
!   AC_DEFINE(DEBUG)
!   AC_DEFINE(DEBUG_CHATTER)
  else
    CFLAGS="-O2"
!   AC_DEFINE(NDEBUG)
  fi
  
--- 76,84 ----
    fi
    CFLAGS="$CFLAGS -Werror -Wall"
!   AC_DEFINE([DEBUG], 1, [Define if debug mode is enabled])
!   AC_DEFINE([DEBUG_CHATTER], 1, [More debug])
  else
    CFLAGS="-O2"
!   AC_DEFINE([NDEBUG], 1, [Define if ndebug mode is enabled])
  fi
  
***************
*** 101,105 ****
  dnl AC_CHECK_LIB(c, llseek, have_llseek=yes)
  if test x$have_llseek = xyes; then
!   AC_DEFINE(PHYSFS_HAVE_LLSEEK)
  fi
  
--- 101,105 ----
  dnl AC_CHECK_LIB(c, llseek, have_llseek=yes)
  if test x$have_llseek = xyes; then
!   AC_DEFINE([PHYSFS_HAVE_LLSEEK], 1, [Define if we have llseek])
  fi
  
***************
*** 111,115 ****
                , enable_zip=yes)
  if test x$enable_zip = xyes; then
!   AC_DEFINE(PHYSFS_SUPPORTS_ZIP)
    require_zlib="yes"
  fi
--- 111,115 ----
                , enable_zip=yes)
  if test x$enable_zip = xyes; then
!   AC_DEFINE([PHYSFS_SUPPORTS_ZIP], 1, [Define if we need zip support])
    require_zlib="yes"
  fi
***************
*** 121,125 ****
                , enable_grp=yes)
  if test x$enable_grp = xyes; then
!   AC_DEFINE(PHYSFS_SUPPORTS_GRP)
  fi
  
--- 121,125 ----
                , enable_grp=yes)
  if test x$enable_grp = xyes; then
!   AC_DEFINE([PHYSFS_SUPPORTS_GRP], 1, [Define if we need grp support])
  fi
  
***************
*** 189,193 ****
    if test x$have_readline_hdr = xyes -a x$have_readline_lib = xyes; then
      if test x$have_history_hdr = xyes -a x$have_history_lib = xyes; then
!       AC_DEFINE(PHYSFS_HAVE_READLINE)
        LIBS="$LIBS -lreadline -lcurses"
      fi
--- 189,193 ----
    if test x$have_readline_hdr = xyes -a x$have_readline_lib = xyes; then
      if test x$have_history_hdr = xyes -a x$have_history_lib = xyes; then
!       AC_DEFINE([PHYSFS_HAVE_READLINE], 1, [Define if we have readline])
        LIBS="$LIBS -lreadline -lcurses"
      fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]