common/autoconf/basics.m4
changeset 28908 fc8fe39b34cf
parent 28906 741a25ba3b20
parent 28809 6481e27e00ee
child 29064 d5e775680e97
--- a/common/autoconf/basics.m4	Thu Feb 05 14:55:30 2015 +0100
+++ b/common/autoconf/basics.m4	Mon Feb 09 09:52:45 2015 -0800
@@ -242,6 +242,9 @@
 [
   # Save the original command line. This is passed to us by the wrapper configure script.
   AC_SUBST(CONFIGURE_COMMAND_LINE)
+  # Save the path variable before it gets changed
+  ORIGINAL_PATH="$PATH"
+  AC_SUBST(ORIGINAL_PATH)
   DATE_WHEN_CONFIGURED=`LANG=C date`
   AC_SUBST(DATE_WHEN_CONFIGURED)
   AC_MSG_NOTICE([Configuration created at $DATE_WHEN_CONFIGURED.])