search for: with_pkg_config

Displaying 2 results from an estimated 2 matches for "with_pkg_config".

2008 Apr 22
0
Reasons for nut-2.2.2-pre3 package
...maining ones to the next call in order to prevent lockups. This is a major one and I think this alone warrants a -pre3. I'll fix this later today in the trunk and Testing. Second (minor) problem I found is in the development stuff. In 'lib/Makefile.am' we have this: if WITH_DEV if WITH_PKG_CONFIG pkgconfig_DATA = libupsclient.pc else bin_SCRIPTS = libupsclient-config endif endif but in 'man/Makefile.am' we have the following: if WITH_PKG_CONFIG LIB_PAGES += libupsclient-config.1 endif So effectively, we'll only include the manual page if we don't inc...
2007 Aug 07
1
pkgconfig fix for nut
...auto) - ;; - no) - pkgcfgdir="" - ;; - *) - pkgcfgdir="${withval}" - ;; - esac - ], - ) -if test -n "${pkgcfgdir}"; then - AC_MSG_RESULT(using ${pkgcfgdir}) -else - AC_MSG_RESULT(no) -fi -AM_CONDITIONAL(WITH_PKG_CONFIG, test -n "${pkgcfgdir}") - AC_MSG_CHECKING(whether to install hotplug rules) AC_ARG_WITH(hotplug-dir, AC_HELP_STRING([--with-hotplug-dir=PATH], [where to install hotplug rules (/etc/hotplug)]), --- lib/Makefile.am +++ lib/Makefile.am @@ -1,8 +1,7 @@ # Network UPS Tools: lib if WIT...