diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-09-16 15:34:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-09-16 15:34:08 +0000 |
| commit | 0028bd66b4bb36598ca58e7fd20eca3314007430 (patch) | |
| tree | 0569b63f21fbbff173aa92e722eba2bc93adf8a4 | |
| parent | 214507c70f05935aac7cfa811b2e3a47335943fb (diff) | |
| download | emacs-0028bd66b4bb36598ca58e7fd20eca3314007430.tar.gz | |
In the file ${tempcname}, use configure___ instead of @configure@.
| -rwxr-xr-x | configure1.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/configure1.in b/configure1.in index 1d674248e7d..f48f5c2f6bd 100755 --- a/configure1.in +++ b/configure1.in @@ -1114,8 +1114,8 @@ echo ' #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 @@ echo ' #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 @@ echo ' #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. |
