Specify AC_CONFIG_LIBOBJ_DIR as lib

As AC_LIBOBJ is used, make sure that the lib directory is known to the
build system.
Hamlib-3.0
Nate Bargmann 2013-05-09 22:08:52 -05:00
rodzic 245ab86441
commit ca13b51a65
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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])