# HG changeset patch # User Richard M. Stallman # Date 748193648 0 # Node ID 49643e1db119ed043efaf8bc84e61a6aa755f5ac # Parent ca337641008dac4fb1752169a5f8b9f6b8bc1100 In the file ${tempcname}, use configure___ instead of @configure@. diff -r ca337641008d -r 49643e1db119 configure1.in --- a/configure1.in Thu Sep 16 14:56:45 1993 +0000 +++ b/configure1.in Thu Sep 16 15:34:08 1993 +0000 @@ -1114,8 +1114,8 @@ #ifndef C_SWITCH_SYSTEM #define C_SWITCH_SYSTEM #endif -@configure@ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM -@configure@ c_switch_system=C_SWITCH_SYSTEM +configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM +configure___ c_switch_system=C_SWITCH_SYSTEM #ifndef LIB_X11_LIB #define LIB_X11_LIB -lX11 @@ -1128,18 +1128,18 @@ #ifndef LIBX11_SYSTEM #define LIBX11_SYSTEM #endif -@configure@ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM +configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM #ifdef UNEXEC -@configure@ unexec=UNEXEC +configure___ unexec=UNEXEC #else -@configure@ unexec=unexec.o +configure___ unexec=unexec.o #endif #ifdef SYSTEM_MALLOC -@configure@ system_malloc=yes +configure___ system_malloc=yes #else -@configure@ system_malloc=no +configure___ system_malloc=no #endif #ifndef C_DEBUG_SWITCH @@ -1151,17 +1151,17 @@ #endif #ifdef __GNUC__ -@configure@ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH +configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH #else -@configure@ CFLAGS=C_DEBUG_SWITCH +configure___ CFLAGS=C_DEBUG_SWITCH #endif ' > ${tempcname} # The value of CPP is a quoted variable reference, so we need to do this # to get its actual value... CPP=`eval "echo $CPP"` eval `${CPP} -Isrc ${tempcname} \ - | grep '@configure@' \ - | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'` + | grep 'configure___' \ + | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'` rm ${tempcname} ### Compute the unexec source name from the object name.