Index: config_office/configure.in =================================================================== RCS file: /cvs/tools/config_office/configure.in,v retrieving revision 1.49.2.3.2.4 diff -u -r1.49.2.3.2.4 configure.in --- config_office/configure.in 4 Apr 2003 14:21:31 -0000 1.49.2.3.2.4 +++ config_office/configure.in 10 Apr 2003 11:09:28 -0000 @@ -13,7 +13,7 @@ dnl * dnl ******************************************************************/ AC_REVISION( $Revision: 1.49.2.3.2.4 $ ) -AC_PREREQ(2.13) +AC_PREREQ(2.50) AC_INIT() echo "$@" >config.parms AC_ARG_ENABLE(gcc3, @@ -1251,11 +1251,19 @@ AC_SUBST(ENABLE_DEBUG) AC_SUBST(ENVCFLAGSCXX) -AC_OUTPUT([set_soenv]) +AC_OUTPUT([set_soenv config.h]) dnl Executing the set_soenv script to setup the environment variables. chmod a+x set_soenv if test -z "$enable_check_only"; then + + dnl Copy config.h to ../sal/inc/sal/config.h + dnl FIXME: bootstrap / winenv.bat have to copy config_office + dnl to solver/$UPD/system/inc/sal/config.h for solver only builds + if test -d "../sal/inc/sal/"; then + chmod a+w ../sal/inc/sal/config.h + cp config.h ../sal/inc/sal/config.h + fi './set_soenv' else echo