mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
Re-generated.
This commit is contained in:
parent
a9b84515ed
commit
f36014a2bf
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -23343,6 +23343,9 @@ echo creating src/Makefile
|
|||
sed -e '1,/start of cpp stuff/d'\
|
||||
-e 's,/\*\*/#\(.*\)$,/* \1 */,' \
|
||||
< Makefile.c > junk.c
|
||||
if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then
|
||||
CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA"
|
||||
fi
|
||||
$CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
|
||||
sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c
|
||||
cat junk1.c junk2.c > Makefile.new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue