Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30457

Modified Files:
        configure.ac 
Log Message:
Make configure work with the M cross environment (http://mxe.cc).

Index: configure.ac
===================================================================
RCS file: /cvsroot/ufraw/ufraw/configure.ac,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- configure.ac        16 Mar 2013 12:15:09 -0000      1.169
+++ configure.ac        18 Mar 2013 03:45:20 -0000      1.170
@@ -2,7 +2,7 @@
 AC_INIT(UFRaw, 0.19.2)
 AC_PREREQ(2.57)
 
-# Create host_os, host_cpu variables
+# Create host_os, host_cpu, host_alias variables
 AC_CANONICAL_HOST
 
 AM_INIT_AUTOMAKE([foreign])
@@ -280,9 +280,9 @@
 AC_SUBST(UFRAW_LDADD)
 
 if test $ufraw_win32 = yes; then
-  AC_CHECK_PROGS(WINDRES, $target_alias-windres windres, , $PATH)
+  AC_CHECK_PROGS(WINDRES, $host_alias-windres windres, , $PATH)
   AC_SUBST(WINDRES)
-  # For the windows-intstaller make needs the location of the DLLs
+  # For the windows-installer make needs the location of the DLLs
   PREFIX=$with_prefix
   AC_SUBST(PREFIX)
   # and ISCC (ufraw-setup.iss.in) needs them in dos format...


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to