summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-06-22 11:35:45 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-06-22 11:41:49 -0700
commitf4f165f782249fd41ad66c42415e81d64f9ca685 (patch)
tree04a5af6491006d6e0de1a298ec257b084f348b07 /configure.ac
parent9b766d3be3068b38eedebd80deb7d08627c8c8e1 (diff)
downloademacs-f4f165f782249fd41ad66c42415e81d64f9ca685.tar.gz
Bring macuvs.h back under Git control
* admin/unidata/Makefile.in (maintainer-clean): Instead of removing macuvs.h here ... (extraclean): ... Remove it here. * admin/unidata/uvs.el (uvs-print-table-ivd): Add to comment explaining why macuvs.h is in Git. * src/macuvs.h: Regenerate and re-add to Git.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c1c49700029..0507f58054a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1960,9 +1960,9 @@ CFLAGS="$CFLAGS -x objective-c"
GNU_OBJC_CFLAGS=
LIBS_GNUSTEP=
if test "${with_ns}" != no; then
- # macfont.o requires macuvs.h which is absent in the repository,
+ # macfont.o requires macuvs.h which is absent after 'make extraclean',
# so avoid NS_IMPL_COCOA if macuvs.h is absent.
- # Even a headless Emacs can build macuvs.h, so this lets you bootstrap.
+ # Even a headless Emacs can build macuvs.h, so this should let you bootstrap.
if test "${opsys}" = darwin && test -f "$srcdir/src/macuvs.h"; then
NS_IMPL_COCOA=yes
ns_appdir=`pwd`/nextstep/Emacs.app