Skip to content
Snippets Groups Projects
Commit f8edec8b authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Potential compatibility fix for Autoconf 2.52 in combination with NetBSD 3.1

Rev: src/modules/configure.in:1.11
parent 77ac7041
Branches
Tags
No related merge requests found
# $Id: configure.in,v 1.10 2006/06/18 14:23:54 mast Exp $ # $Id: configure.in,v 1.11 2006/11/27 21:17:01 grubba Exp $
AC_INIT(dynamic_module_makefile.in) AC_INIT(dynamic_module_makefile.in)
PIKE_RETAIN_VARIABLES() PIKE_RETAIN_VARIABLES()
...@@ -40,5 +40,5 @@ AC_SUBST_FILE(dependencies) ...@@ -40,5 +40,5 @@ AC_SUBST_FILE(dependencies)
dependencies=$srcdir/dependencies dependencies=$srcdir/dependencies
AC_CONFIG_SUBDIRS($dirs) AC_CONFIG_SUBDIRS($dirs)
AC_OUTPUT(Makefile,[],dirs="$module_names") AC_OUTPUT(Makefile,[:],dirs="$module_names")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment