From 033ffc788d230e3aeaf82680b19ccb6b29c013bc Mon Sep 17 00:00:00 2001 From: ivmai Date: Sat, 21 Nov 2009 08:44:15 +0000 Subject: [PATCH] 2009-11-21 Ivan Maidanski (really Daniel R. Grayson) * configure.ac (AC_CONFIG_COMMANDS): Quote PICFLAG, CC, DEFS values. * configure: Regenerate. --- ChangeLog | 6 ++++++ configure | 8 +++++--- configure.ac | 8 +++++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbb3f67..dc10e96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-21 Ivan Maidanski (really Daniel R. Grayson) + + * configure.ac (AC_CONFIG_COMMANDS): Quote PICFLAG, CC, DEFS + values. + * configure: Regenerate. + 2009-10-06 Ivan Maidanski * src/atomic_ops/sysdeps/gcc/sh.h: Remove commented out AO_TS_SET diff --git a/configure b/configure index 302d548..1cd618f 100755 --- a/configure +++ b/configure @@ -5433,9 +5433,11 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" -PICFLAG=${PICFLAG} -CC=${CC} -DEFS=${DEFS} + +PICFLAG="${PICFLAG}" +CC="${CC}" +DEFS="${DEFS}" + _ACEOF diff --git a/configure.ac b/configure.ac index 3eb67b4..3911044 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,9 @@ AC_SUBST(DEFS) AM_CONDITIONAL(NEED_ASM, test x$need_asm = xtrue) AC_CONFIG_FILES([Makefile src/Makefile src/atomic_ops/Makefile src/atomic_ops/sysdeps/Makefile doc/Makefile tests/Makefile]) -AC_CONFIG_COMMANDS([default],[[]],[[PICFLAG=${PICFLAG} -CC=${CC} -DEFS=${DEFS}]]) +AC_CONFIG_COMMANDS([default],[[]],[[ +PICFLAG="${PICFLAG}" +CC="${CC}" +DEFS="${DEFS}" +]]) AC_OUTPUT -- 2.40.0