$NetBSD: patch-ab,v 1.3 2004/04/27 17:16:28 tv Exp $ --- gnu/configure.in.orig Sat Apr 17 07:28:06 2004 +++ gnu/configure.in @@ -12,7 +12,7 @@ dnl Installation script (let it be, temp AC_PROG_INSTALL([e:/os2apps/autoconf/install-sh]) dnl Configuration parameters -AC_CONFIG_HEADER([../c_defs.h:config.h.in]) +AC_CONFIG_HEADER([c_defs.h:config.h.in]) dnl Checks for the canonical system name AC_CANONICAL_HOST @@ -36,6 +36,7 @@ AC_FUNC_SETVBUF_REVERSED AC_TYPE_SIGNAL AC_FUNC_VPRINTF AC_CHECK_FUNCS([getcwd min max mkdir mkdtemp rmdir fcloseall strcasecmp setpriority strdup strerror strstr strupr strlwr strtol strtoul]) +AC_SEARCH_LIBS([dlsym], [dl]) dnl Platform-specific tuning PROG_EXT= @@ -115,7 +116,7 @@ dnl Initial setup test -z "$CONFIG_SHELL" && CONFIG_SHELL=/bin/sh AC_SUBST(CONFIG_SHELL) - +AC_OUTPUT(makefile.gnu:makefile.in) AC_MSG_CHECKING([if dynamic C library may be used]) AC_ARG_ENABLE(libc, [ --disable-libc Disable linking with dynamic C library],