paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui configure.in,1.3.6.15,1.3.6.16


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

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

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/configure.in,v
retrieving revision 1.3.6.15
retrieving revision 1.3.6.16
diff -C2 -r1.3.6.15 -r1.3.6.16
*** configure.in        10 Jul 2002 13:56:03 -0000      1.3.6.15
--- configure.in        10 Jul 2002 19:12:49 -0000      1.3.6.16
***************
*** 23,27 ****
  PARAGUI_MINOR_VERSION=0
  PARAGUI_MICRO_VERSION=3
! PARAGUI_INTERFACE_AGE=1
  PARAGUI_BINARY_AGE=3
  
PARAGUI_VERSION=$PARAGUI_MAJOR_VERSION.$PARAGUI_MINOR_VERSION.$PARAGUI_MICRO_VERSION
--- 23,27 ----
  PARAGUI_MINOR_VERSION=0
  PARAGUI_MICRO_VERSION=3
! PARAGUI_INTERFACE_AGE=0
  PARAGUI_BINARY_AGE=3
  
PARAGUI_VERSION=$PARAGUI_MAJOR_VERSION.$PARAGUI_MINOR_VERSION.$PARAGUI_MICRO_VERSION
***************
*** 98,108 ****
      have_mpatrol_include=no
  
- dnl    have_iberty=no
- dnl    AC_CHECK_LIB(iberty, buildargv, have_iberty=yes)
- 
- dnl    if test x$have_iberty = xno; then
- dnl   AC_MSG_ERROR([*** Unable to find iberty library! (needed for mpatrol)])
- dnl    fi
- 
      AC_CHECK_LIB(mpatrol, malloc, have_mpatrol_lib=yes, , -lbfd -liberty)
  
--- 98,101 ----
***************
*** 117,121 ****
      fi
  
!     AC_DEFINE(MPATROL_ENABLED)
      EXTRA_LIBS="$EXTRA_LIBS -lmpatrol -lbfd -liberty"
  fi
--- 110,114 ----
      fi
  
!     AC_DEFINE([MPATROL_ENABLED], 1, [Define if we enabled mpatrol])
      EXTRA_LIBS="$EXTRA_LIBS -lmpatrol -lbfd -liberty"
  fi
***************
*** 389,393 ****
  else
        RTTI_FLAGS=""
!       AC_DEFINE(RTTI_ENABLED)
        AC_MSG_RESULT([compile with default rtti (no flags)])
  fi
--- 382,386 ----
  else
        RTTI_FLAGS=""
!       AC_DEFINE([RTTI_ENABLED], 1, [Define if we enabled runtime type infos])
        AC_MSG_RESULT([compile with default rtti (no flags)])
  fi
***************
*** 403,410 ****
  if test "$STL_CFLAGS" != ""; then
    AC_MSG_RESULT([using stlport, exceptions required])
!   AC_DEFINE(EXCEPTIONS_ENABLED)
  elif test "x$mpatrol" = xyes; then
    AC_MSG_RESULT([using mpatrol, exceptions required])
!   AC_DEFINE(EXCEPTIONS_ENABLED)
  else
    if test "x$exceptions" = xyes; then
--- 396,403 ----
  if test "$STL_CFLAGS" != ""; then
    AC_MSG_RESULT([using stlport, exceptions required])
!   AC_DEFINE([EXCEPTIONS_ENABLED], 1, [Define if exceptions are enabled])
  elif test "x$mpatrol" = xyes; then
    AC_MSG_RESULT([using mpatrol, exceptions required])
!   AC_DEFINE([EXCEPTIONS_ENABLED], 1, [Define if exceptions are enabled])
  else
    if test "x$exceptions" = xyes; then
***************
*** 412,415 ****
--- 405,409 ----
        AC_MSG_RESULT([compile with default exceptions (no flags)])
        AC_DEFINE(EXCEPTIONS_ENABLED)
+       AC_DEFINE([EXCEPTIONS_ENABLED], 1, [Define if exceptions are enabled])
    else
        EXCEPTIONS_FLAGS="-fno-exceptions"
***************
*** 441,445 ****
        PARAGUI_THEMEDIR=$SDL_PREFIX/share/paragui
  fi
! AC_DEFINE_UNQUOTED(PARAGUI_THEMEDIR, "$PARAGUI_THEMEDIR")
  
  
--- 435,439 ----
        PARAGUI_THEMEDIR=$SDL_PREFIX/share/paragui
  fi
! AC_DEFINE_UNQUOTED([PARAGUI_THEMEDIR], "$PARAGUI_THEMEDIR", [default 
directory for themes])
  
  
***************
*** 464,468 ****
      else
        have_SDL_image=yes
!       AC_DEFINE(HAVE_SDLIMAGE)
        AC_MSG_RESULT([compile with SDL_image support])
      fi
--- 458,462 ----
      else
        have_SDL_image=yes
!       AC_DEFINE([HAVE_SDLIMAGE], 1, [Define if we have SDL_image])
        AC_MSG_RESULT([compile with SDL_image support])
      fi
***************
*** 473,476 ****
--- 467,471 ----
      IMAGE_LIBS="-lSDL_image"
      IMAGE_INCLUDE="$IMAGE_INCLUDE"
+     AC_DEFINE([HAVE_SDLIMAGE], 1, [Define if we have SDL_image])
  else
      IMAGE_LIBS=""
***************
*** 596,599 ****
--- 591,595 ----
  bindings/python/Makefile
  test/Makefile
+ test/fireworks/Makefile
  sdk/Makefile
  paragui.spec




reply via email to

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