Mercurial > emacs
comparison configure @ 108558:58b814d12797
Move some undefs from src/Makefile.in to configure.
* configure.in (cpp_undefs): Add mktime, register, X11.
* src/Makefile.in (mktime, X11, register): Move undefs to configure.
* admin/CPP-DEFINES: Remove X11.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 13 May 2010 20:36:40 -0700 |
parents | 0ab790b153aa |
children | 5846f66dc9a2 |
comparison
equal
deleted
inserted
replaced
108557:ca235e6a20eb | 108558:58b814d12797 |
---|---|
26720 # or the ${configuration} value might, just might, happen to be an | 26720 # or the ${configuration} value might, just might, happen to be an |
26721 # identifier like `sun4' or `i386' or something, and be predefined by | 26721 # identifier like `sun4' or `i386' or something, and be predefined by |
26722 # the C preprocessor to some helpful value like 1, or maybe the empty | 26722 # the C preprocessor to some helpful value like 1, or maybe the empty |
26723 # string. Needless to say consequent macro substitutions are less | 26723 # string. Needless to say consequent macro substitutions are less |
26724 # than conducive to the makefile finding the correct directory. | 26724 # than conducive to the makefile finding the correct directory. |
26725 cpp_undefs="`echo $srcdir $configuration $canonical unix | | 26725 cpp_undefs="`echo $srcdir $configuration $canonical unix mktime register X11 | |
26726 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | 26726 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ |
26727 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`" | 26727 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`" |
26728 | 26728 |
26729 ## Check if the C preprocessor will convert `..' to `. .'. If so, set | 26729 ## Check if the C preprocessor will convert `..' to `. .'. If so, set |
26730 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile | 26730 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile |