From 00e1df75b4256162690f8247db67375da80e38b2 Mon Sep 17 00:00:00 2001 From: drl7x Date: Wed, 7 May 2003 05:01:23 +0000 Subject: [PATCH] Committing before tagging release. --- configure.binary | 4 ++-- configure.binary.ac | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.binary b/configure.binary index 074c4b8..94eeb3e 100755 --- a/configure.binary +++ b/configure.binary @@ -260,7 +260,6 @@ PACKAGE_VERSION='3.1.1' PACKAGE_STRING='Splint 3.1.1' PACKAGE_BUGREPORT='splint-bug@splint.org' -ac_unique_file="src/lclinit.c" # Initialize some variables set by options. ac_init_help= @@ -1202,7 +1201,8 @@ ac_config_sub="$SHELL $ac_aux_dir/config.sub" ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. - +#NO source directory in the binary release so this must be commented out +#AC_CONFIG_SRCDIR([src/lclinit.c]) # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || diff --git a/configure.binary.ac b/configure.binary.ac index 7177a1c..22620b2 100644 --- a/configure.binary.ac +++ b/configure.binary.ac @@ -7,7 +7,8 @@ dnl This MUST precede any other macro AC_CONFIG_AUX_DIR([config]) dnl Set up the source directory -AC_CONFIG_SRCDIR([src/lclinit.c]) +#NO source directory in the binary release so this must be commented out +#AC_CONFIG_SRCDIR([src/lclinit.c]) dnl Deduce host AC_CANONICAL_SYSTEM -- 2.45.0