From 91a4472253fff23acf3a902d64d43d27d7ffcb5d Mon Sep 17 00:00:00 2001 From: wl Date: Sun, 26 Feb 2006 14:03:25 +0000 Subject: * Makefile.in: Add comment about DESTDIR. * Makefile.sub: Add DESTDIR to install and uninstall targets to support staged installations. * Makefile.comm: Likewise. * doc/Makefile.sub: Likewise. * contrib/eqn2graph/Makefile.sub: Likewise. * contrib/gdiffmk/Makefile.sub: Likewise. * contrib/grap2graph/Makefile.sub: Likewise. * contrib/pic2graph/Makefile.sub: Likewise. * src/devices/xditview/Makefile.sub: Likewise. * src/preproc/eqn/Makefile.sub: Likewise. * src/roff/grog/Makefile.sub: Likewise. * src/roff/nroff/Makefile.sub: Likewise. * src/utils/afmtodit/Makefile.sub: Likewise. * src/utils/indxbib/Makefile.sub: Likewise. * tmac/Makefile.sub: Likewise. --- m4/groff.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/groff.m4 b/m4/groff.m4 index ce88f550..f2dc478b 100644 --- a/m4/groff.m4 +++ b/m4/groff.m4 @@ -1,5 +1,5 @@ # Autoconf macros for groff. -# Copyright (C) 1989-1995, 2001, 2002, 2003, 2004, 2005 +# Copyright (C) 1989-1995, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is part of groff. @@ -1073,9 +1073,9 @@ AC_DEFUN([GROFF_X11], # Set up the `--with-appresdir' command line option. +# Don't quote AS_HELP_STRING! AC_DEFUN([GROFF_APPRESDIR_OPTION], [AC_ARG_WITH([appresdir], - dnl Don't quote AS_HELP_STRING! AS_HELP_STRING([--with-appresdir=DIR], [X11 application resource files]))]) -- cgit v1.2.1