gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros mtasc.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros mtasc.m4
Date: Thu, 19 Jun 2008 00:11:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/06/19 00:11:09

Modified files:
        macros         : mtasc.m4 

Log message:
        added path

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/mtasc.m4?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: mtasc.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/mtasc.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- mtasc.m4    19 Oct 2007 05:08:26 -0000      1.6
+++ mtasc.m4    19 Jun 2008 00:11:08 -0000      1.7
@@ -1,5 +1,5 @@
 dnl
-dnl    Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+dnl    Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 dnl
 dnl  This program is free software; you can redistribute it and/or modify
 dnl  it under the terms of the GNU General Public License as published by
@@ -15,12 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl
 
-# Configure paths for Ming
-# Author: Sandro Santilli <address@hidden>
-#
-# This macro uses ming-config, which was
-# not available as of Ming 0.3beta1
-#
+
 #
 # Use: 
 #      AC_PATH_MTASC
@@ -56,6 +51,8 @@
     # cross your fingers !
     if test -d "`dirname ${MTASC}`/std"; then
     dir="`dirname ${MTASC}`/std"
+    elif test -d "/usr/share/mtasc/std"; then
+    dir="/usr/share/mtasc/std"
     else
     dnl FIXME
     dir="/usr/share/ocaml/mtasc/std"




reply via email to

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