[Tux4kids-commits] r478 - in tuxmath/trunk: . data data/fonts data/images data/images/backgrounds data/images/cities data/images/comets data/images/icons data/images/igloos data/images/penguins data/images/status data/images/title data/images/tux data/missions data/missions/arcade data/missions/lessons data/sounds doc

tholy-guest at alioth.debian.org tholy-guest at alioth.debian.org
Mon May 5 11:06:54 UTC 2008


Author: tholy-guest
Date: 2008-05-05 11:06:53 +0000 (Mon, 05 May 2008)
New Revision: 478

Modified:
   tuxmath/trunk/
   tuxmath/trunk/configure
   tuxmath/trunk/data/
   tuxmath/trunk/data/fonts/
   tuxmath/trunk/data/images/
   tuxmath/trunk/data/images/backgrounds/
   tuxmath/trunk/data/images/cities/
   tuxmath/trunk/data/images/comets/
   tuxmath/trunk/data/images/icons/
   tuxmath/trunk/data/images/igloos/
   tuxmath/trunk/data/images/penguins/
   tuxmath/trunk/data/images/status/
   tuxmath/trunk/data/images/title/
   tuxmath/trunk/data/images/tux/
   tuxmath/trunk/data/missions/
   tuxmath/trunk/data/missions/arcade/
   tuxmath/trunk/data/missions/lessons/
   tuxmath/trunk/data/sounds/
   tuxmath/trunk/doc/
Log:
Set svn:ignore property for a bunch of Makefile.in files (to remove
cruft from "svn st") commands.



Property changes on: tuxmath/trunk
___________________________________________________________________
Name: svn:ignore
   + Makefile.in
config.rpath
autom4te.cache
missing
aclocal.m4


Modified: tuxmath/trunk/configure
===================================================================
--- tuxmath/trunk/configure	2008-05-05 10:45:42 UTC (rev 477)
+++ tuxmath/trunk/configure	2008-05-05 11:06:53 UTC (rev 478)
@@ -1367,6 +1367,7 @@
   --disable-threads       build without multithread safety
   --disable-rpath         do not hardcode runtime library paths
   --disable-sdltest       Do not try to compile and run a test SDL program
+  --enable-sdlpango    Enable SDL_Pango (default is  disabled)
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
@@ -13992,8 +13993,90 @@
 
 
 
+have_sdlpango=no
+# Check whether --enable-sdlpango was given.
+if test "${enable_sdlpango+set}" = set; then
+  enableval=$enable_sdlpango; have_sdlpango=yes
+fi
 
+if test $have_sdlpango = "yes"; then
+	{ echo "$as_me:$LINENO: checking for SDLPango_Init in -lSDL_Pango" >&5
+echo $ECHO_N "checking for SDLPango_Init in -lSDL_Pango... $ECHO_C" >&6; }
+if test "${ac_cv_lib_SDL_Pango_SDLPango_Init+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lSDL_Pango  $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char SDLPango_Init ();
+int
+main ()
+{
+return SDLPango_Init ();
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } && {
+	 test -z "$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest$ac_exeext &&
+       $as_test_x conftest$ac_exeext; then
+  ac_cv_lib_SDL_Pango_SDLPango_Init=yes
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_cv_lib_SDL_Pango_SDLPango_Init=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+      conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_SDL_Pango_SDLPango_Init" >&5
+echo "${ECHO_T}$ac_cv_lib_SDL_Pango_SDLPango_Init" >&6; }
+if test $ac_cv_lib_SDL_Pango_SDLPango_Init = yes; then
+  LIBS="$LIBS -lSDL_Pango"
+else
+  have_sdlpango=no
+fi
+
+fi
+if test "$have_sdlpango" = "yes"; then
+
+cat >>confdefs.h <<\_ACEOF
+#define SDL_Pango
+_ACEOF
+
+fi
+
+
 # --------------------------------------------------------------------------------------
 # Checks for header files.
 # --------------------------------------------------------------------------------------


Property changes on: tuxmath/trunk/data
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/fonts
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/backgrounds
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/cities
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/comets
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/icons
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/igloos
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/penguins
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/status
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/title
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/images/tux
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/missions
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/missions/arcade
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/missions/lessons
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/data/sounds
___________________________________________________________________
Name: svn:ignore
   + Makefile.in



Property changes on: tuxmath/trunk/doc
___________________________________________________________________
Name: svn:ignore
   + Makefile.in





More information about the Tux4kids-commits mailing list