wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth changelog configure.ac


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth changelog configure.ac
Date: Mon, 18 Jul 2005 07:54:41 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/07/18 11:54:41

Modified files:
        .              : changelog configure.ac 

Log message:
        quote some paths as suggested by silene, see forum thread 6747

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.792&tr2=1.793&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.156&tr2=1.157&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.792 wesnoth/changelog:1.793
--- wesnoth/changelog:1.792     Mon Jul 18 10:37:11 2005
+++ wesnoth/changelog   Mon Jul 18 11:54:41 2005
@@ -41,6 +41,7 @@
    * relocated and enlarged the buttons (#11967)
    * maps can't be saved with illegal characters (#10704)
    * replaced the buttons under the minimap with a toolbar
+ * added quotes to configure.ac (forum thread 6747)
  * various bug fixes and code cleanups
 
 Version 0.9.3:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.156 wesnoth/configure.ac:1.157
--- wesnoth/configure.ac:1.156  Wed Jun 29 23:51:01 2005
+++ wesnoth/configure.ac        Mon Jul 18 11:54:41 2005
@@ -37,7 +37,7 @@
 EOF
 ])
 
-AC_REVISION([$Revision: 1.156 $])
+AC_REVISION([$Revision: 1.157 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
@@ -433,7 +433,7 @@
 # Checks for types.                                                   #
 #######################################################################
 
-# No need to chech anymore    
+# No need to check anymore    
 #AC_LANG([C++])
 #AC_MSG_CHECKING([if char is signed])
 
@@ -450,6 +450,7 @@
 #######################################################################
 
 # Use a modified version of ac_link so that libtool gets called
+# this seems pretty broken on most systems
 AC_PATH_PROG([LTOOL], [libtool], [])
 if test "$static" = "yes" -a -n "$LTOOL"
 then
@@ -479,6 +480,8 @@
 # There's no need for this, $SDL_CONFIG comes with libsdl and
 # it doesn't find it in FreeBSD
 # AC_CHECK_LIB([SDL], [SDL_Init])
+# unfortunately, sdl_config is not shipped with the Mac OS X packages...
+# so recommend using fink sdl packages as a workaround
 
 ac_link="$LDPREFIX $ac_link"
 AC_CHECK_LIB([SDL_image],
@@ -751,7 +754,7 @@
     echo "creating po/$domain/Makefile.in.in"
     mkdir -p po/$domain
     rm -f po/$domain/Makefile.in.in
-    ln -s $topdir/po/Makefile.in.in po/$domain/Makefile.in.in
+    ln -s "$topdir/po/Makefile.in.in" "po/$domain/Makefile.in.in"
 done
 
 AC_CONFIG_COMMANDS([translations],




reply via email to

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