diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-02-04 12:07:09 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-02-04 12:07:09 -0500 |
commit | c8a4110f7fc51d0c90eff9cbfd351f2c0757154d (patch) | |
tree | 9141689b25e72693e1f625a88615313fc7490dbc /configure | |
parent | b9e930ec26cc241a14705966d21ae0bf3559d8ef (diff) | |
download | lynx-snapshots-c8a4110f7fc51d0c90eff9cbfd351f2c0757154d.tar.gz |
snapshot of project "lynx", label v2-8-5rel_1
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure index 2f05d3e3..a82757bb 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in 2.8.5pre.4 +# From configure.in 2.8.5pre.5 # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -723,7 +723,7 @@ fi PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.5pre.5 +VERSION=2.8.5rel.1 @@ -13855,7 +13855,7 @@ if test $use_externs != "no" ; then #define USE_EXTERNALS 1 EOF - LIBOBJS="$LIBOBJS LYExtern.o" + LIBOBJS="$LIBOBJS LYExtern\$o" fi echo $ac_n "checking if you want to use setfont support""... $ac_c" 1>&6 @@ -14871,7 +14871,7 @@ fi echo "$ac_t""$use_dired" 1>&6 if test ".$use_dired" != ".no" ; then - LIBOBJS="$LIBOBJS LYLocal.o" + LIBOBJS="$LIBOBJS LYLocal\$o" cat >> confdefs.h <<\EOF #define DIRED_SUPPORT 1 EOF |