From b223a624a40db1a41153833513516cc5f60bd19f Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Wed, 27 Feb 2013 12:51:22 -0600 Subject: [PATCH] configure.ac: Remove unused hamlibdocdir variable The hamlibdocdir variable was not referenced anywhere in the Makefile.in's so remove it as it is now duplicated by docdir provided by Autotools. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index e3efb9d44..2cc96eaf9 100644 --- a/configure.ac +++ b/configure.ac @@ -64,10 +64,6 @@ AC_SUBST([ABI_VERSION]) AC_SUBST([ABI_REVISION]) AC_SUBST([ABI_AGE]) -# directory for docs (html) -hamlibdocdir=$datadir/doc/hamlib -AC_SUBST([hamlibdocdir]) - # Add Hamlib header include paths AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_srcdir)/include -I\$(top_srcdir)/src -I\$(top_srcdir)/lib"