summaryrefslogtreecommitdiff
path: root/m4/groff.m4
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-20 17:27:43 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-20 17:30:17 +0000
commit766d6b1afab82d786741434fcc80431c3db7690e (patch)
tree28795c1bf6038fb4bab07e3ac1e4270c4a78c150 /m4/groff.m4
parent4281275ada31523b07d0c19f70cff2871774603c (diff)
downloadgroff-766d6b1afab82d786741434fcc80431c3db7690e.tar.gz
Revert back to groff-1_21
Diffstat (limited to 'm4/groff.m4')
-rw-r--r--m4/groff.m418
1 files changed, 1 insertions, 17 deletions
diff --git a/m4/groff.m4 b/m4/groff.m4
index 0a0cc317..c2c58cc5 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -1,5 +1,5 @@
# Autoconf macros for groff.
-# Copyright (C) 1989-1995, 2001-2007, 2009, 2011
+# Copyright (C) 1989-1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
# Free Software Foundation, Inc.
#
# This file is part of groff.
@@ -1193,19 +1193,3 @@ AC_DEFUN([GROFF_APPRESDIR_CHECK],
])
fi
fi])
-
-
-# Set up the `--with-grofferdir' command line option.
-
-AC_DEFUN([GROFF_GROFFERDIR_OPTION],
- [AC_ARG_WITH([grofferdir],
- AS_HELP_STRING([--with-grofferdir=DIR],
- [groffer files location]))])
-
-AC_DEFUN([GROFF_GROFFERDIR_DEFAULT],
- [if test "x$with_grofferdir" = "x"; then
- groffer_dir=$libdir/groff/groffer
- else
- groffer_dir=$with_grofferdir
- fi
- AC_SUBST([groffer_dir])])