diff configure.ac @ 3060:cbdf4575016d

add set_mxe_env.sh.in to tools * tools/set_mxe_env.sh.in: New file * configure.ac: Added full path MXE_ROOTDIR and output for set_mxe_env.sh
author "John Donoghue <john.donoghue@ieee.org>
date Mon, 17 Jun 2013 20:22:08 -0400
parents eb1a22446662
children fb0836e4a677
line wrap: on
line diff
--- a/configure.ac	Sun Jun 16 00:27:20 2013 +0200
+++ b/configure.ac	Mon Jun 17 20:22:08 2013 -0400
@@ -111,7 +111,11 @@
 fi
 AC_SUBST(MXE_SYSTEM)
 
-AC_CONFIG_FILES([Makefile])
+# set MXE_ROOTDIR for knowing the mxe root
+MXE_ROOTDIR=`cd $srcdir; pwd`
+AC_SUBST(MXE_ROOTDIR)
+
+AC_CONFIG_FILES([Makefile tools/set_mxe_env.sh])
 
 AC_OUTPUT