]> andersk Git - splint.git/commitdiff
Committing before tagging release. splint-3_1_1
authordrl7x <drl7x>
Wed, 7 May 2003 05:01:23 +0000 (05:01 +0000)
committerdrl7x <drl7x>
Wed, 7 May 2003 05:01:23 +0000 (05:01 +0000)
configure.binary
configure.binary.ac

index 074c4b8e4191c8f41b85dec0434e911739cb7353..94eeb3e7052b037bee33f77df66b6550615398d2 100755 (executable)
@@ -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 ||
index 7177a1c672e0c2869a176f14c72ffcdacafa45c0..22620b2f0a0028dac2184f8404f2d1e48737b4c4 100644 (file)
@@ -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
This page took 0.041503 seconds and 5 git commands to generate.