@@ -16,6 +16,7 @@
+ * Find install-sh properly when we need to use it, and chmod it +x.
should work - please report if they don't:
[adns] OS
1.0 Linux glibc 2.1 (actually tested on Debian 2.2).
should work - please report if they don't:
[adns] OS
1.0 Linux glibc 2.1 (actually tested on Debian 2.2).
1.0 Solaris 2.6, 2.7, 2.8
1.0 Solaris 2.6, 2.7, 2.8
+ 1.0 FreeBSD 3.2, 4.0 (no poll(2), so no adnsresfilter)
+These appear to work, but only with --disable-dynamic:
+ 1.0 IRIX 6.5 *not* with GCC [1], [2]
+ 1.0 AIX 4.1.5
- 1.0 IRIX 6.5 *not* with GCC [1], --disable-dynamic, [2]
- 1.0 AIX 4.1.5, --disable-dynamic
Later versions of the same OS should work too. [adns] is the latest
version of adns that has been tested. Usually entries in this table
Later versions of the same OS should work too. [adns] is the latest
version of adns that has been tested. Usually entries in this table
-mean they pass adns's own regression test, when compiled with GCC.
-Notes/known problems:
+mean they pass adns's own regression test, when compiled with GCC,
+and appear to install and run correctly. Notes/known problems:
[1] IRIX 6.5 inet_ntoa seems to break with GCC.
[2] Many spurious warnings from this platform's native compiler.
[1] IRIX 6.5 inet_ntoa seems to break with GCC.
[2] Many spurious warnings from this platform's native compiler.
* adnstest: setvbuf(stdout,...) before we do first output.
* Cope with compilers that don't do `inline'.
* Add and fix various missing system #includes.
* adnstest: setvbuf(stdout,...) before we do first output.
* Cope with compilers that don't do `inline'.
* Add and fix various missing system #includes.
+ * Find install-sh properly when we need to use it, and chmod it +x.
* Do not use variadic macro, use stdarg instead (adnslogres.c).
* Regression tests work even if some syscalls are already macros.
* #include "config.h" before "adns.h".
* Do not use variadic macro, use stdarg instead (adnslogres.c).
* Regression tests work even if some syscalls are already macros.
* #include "config.h" before "adns.h".
lib_dir= $(exec_prefix)/lib
include_dir= $(prefix)/include
lib_dir= $(exec_prefix)/lib
include_dir= $(prefix)/include
+AC_INSTALL= @INSTALL@
+ifeq ($(AC_INSTALL),./install-sh -c)
+INSTALL= $(srcdir)/../$(AC_INSTALL)
+else
+INSTALL= $(AC_INSTALL)
+endif
+
INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
INSTALL_DATA= $(INSTALL) -m 644
INSTALL_PROGRAM= $(INSTALL) -m 755 $(INSTALL_PROGRAM_FLAGS)
INSTALL_DATA= $(INSTALL) -m 644