fix in-tree guile reference
authorAndy Wingo <wingo@pobox.com>
Sat, 9 Mar 2013 09:29:57 +0000 (10:29 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 9 Mar 2013 09:29:57 +0000 (10:29 +0100)
* meta/guile.in (GUILE): Add @EXEEXT@ for libguile/guile reference, for
  MinGW compiles.

meta/guile.in

index 5125827..3d4cacf 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#      Copyright (C) 2002, 2006, 2008, 2009 Free Software Foundation
+#      Copyright (C) 2002, 2006, 2008, 2009, 2013 Free Software Foundation
 #
 #   This file is part of GUILE.
 #
@@ -39,7 +39,7 @@
 top_builddir="@top_builddir_absolute@"
 
 # set GUILE (clobber)
-GUILE=${top_builddir}/libguile/guile
+GUILE=${top_builddir}/libguile/guile@EXEEXT@
 export GUILE
 XDG_CACHE_HOME=${top_builddir}/cache
 export XDG_CACHE_HOME