Author: mordante
Date: Mon Mar 10 18:04:26 2008
New Revision: 24488

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24488&view=rev
Log:
Allow configure to be started from directories other as the top dir
(patch #1002).

Modified:
    trunk/changelog
    trunk/configure.ac

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=24488&r1=24487&r2=24488&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Mon Mar 10 18:04:26 2008
@@ -42,6 +42,8 @@
      would be treated as character-specific (affected female Elvish Archer 
line;
      it also theoretically affected units with [variation]s using different
      portraits)
+   * allow configure to be started from directories other as the top dir
+     (patch #1002)
 
 Version 1.4:
  * language and i18n:

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/configure.ac?rev=24488&r1=24487&r2=24488&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Mar 10 18:04:26 2008
@@ -898,7 +898,7 @@
 int main(int argc, char **argv)
 {
        SDL_RWops *src;
-       char *testimage = "images/buttons/button-pressed.png";
+       char *testimage = "${srcdir}/images/buttons/button-pressed.png";
 
        src = SDL_RWFromFile(testimage, "rb");
        if (src == NULL) {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to