From ca13b51a657615cf06265dfcd009afcd23568bc1 Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Thu, 9 May 2013 22:08:52 -0500 Subject: [PATCH] Specify AC_CONFIG_LIBOBJ_DIR as lib As AC_LIBOBJ is used, make sure that the lib directory is known to the build system. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 04ce9ab0b..251480b68 100644 --- a/configure.ac +++ b/configure.ac @@ -219,6 +219,9 @@ ioctl memchr memmove memset pow rint select setitimer setlocale sigaction \ snprintf socket sqrt strchr strdup strerror strncasecmp strrchr strstr strtol]) AC_FUNC_ALLOCA +dnl AC_LIBOBJ replacement functions directory +AC_CONFIG_LIBOBJ_DIR([lib]) + dnl Use Hamlib's termios AC_LIBOBJ([termios])