From 6360eae6028b06200c105fe177de1d5cfb817375 Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Tue, 1 Mar 2005 07:35:04 +0000 Subject: [PATCH] autoconf macro for finding lladd. (only supports source tree versions of lladd for now, since lladd is uninstallable) --- m4/lladd.ac | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 m4/lladd.ac diff --git a/m4/lladd.ac b/m4/lladd.ac new file mode 100644 index 0000000..0e33813 --- /dev/null +++ b/m4/lladd.ac @@ -0,0 +1,63 @@ +dnl +dnl Autoconf support for finding LLADD +dnl + +AC_DEFUN(AC_LLADD_HELP, [ +cat <