kopia lustrzana https://github.com/Hamlib/Hamlib
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
rodzic
245ab86441
commit
ca13b51a65
|
@ -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])
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue