Author: mordante
Date: Mon Mar 10 18:10:19 2008
New Revision: 24490
URL: http://svn.gna.org/viewcvs/wesnoth?rev=24490&view=rev
Log:
Allow configure to be started from directories other as the top dir
(patch #1002). (Ported r24488 from trunk).
Modified:
branches/1.4/changelog
branches/1.4/configure.ac
Modified: branches/1.4/changelog
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/changelog?rev=24490&r1=24489&r2=24490&view=diff
==============================================================================
--- branches/1.4/changelog (original)
+++ branches/1.4/changelog Mon Mar 10 18:10:19 2008
@@ -16,6 +16,8 @@
portraits)
* Default gender selection now works correctly for units with
only a female variant. Fixes bug #11197.
+ * allow configure to be started from directories other as the top dir
+ (patch #1002)
Version 1.4:
* language and i18n:
Modified: branches/1.4/configure.ac
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/configure.ac?rev=24490&r1=24489&r2=24490&view=diff
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Mon Mar 10 18:10:19 2008
@@ -864,7 +864,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