From 9bbfc3b850ed7c81313724adcdfde2354e593e52 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Thu, 25 Jan 2001 15:50:38 +0000 Subject: [PATCH] New version: 4.0.0 --- SRC/Makefile.in | 3 +-- SRC/configure | 4 ++-- SRC/configure.in | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/SRC/Makefile.in b/SRC/Makefile.in index 84f7568..1fd6760 100644 --- a/SRC/Makefile.in +++ b/SRC/Makefile.in @@ -99,8 +99,7 @@ MANS = $(man_MANS) NROFF = nroff DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \ -config.guess config.h.in config.sub configure configure.in install-sh \ -missing mkinstalldirs +config.h.in configure configure.in install-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) diff --git a/SRC/configure b/SRC/configure index 626d997..7a502a7 100755 --- a/SRC/configure +++ b/SRC/configure @@ -701,7 +701,7 @@ fi PACKAGE=echoping -VERSION=4.0-BETA +VERSION=4.0.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -846,7 +846,7 @@ EOF OPENSSL=1 if test "$withval" != "yes"; then SSLROOT=$withval - LIBS="${LIBS} -L$SSLROOT/lib" + LDFLAGS="${LDFLAGS} -L$SSLROOT/lib" CPPFLAGS="${CPPFLAGS} -I$SSLROOT/include" fi fi diff --git a/SRC/configure.in b/SRC/configure.in index 53a8cce..de344f5 100644 --- a/SRC/configure.in +++ b/SRC/configure.in @@ -3,7 +3,7 @@ dnl $Id$ dnl Process this file with autoconf to produce a configure script. AC_INIT(echoping.h) dnl AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(echoping, 4.0-BETA) +AM_INIT_AUTOMAKE(echoping, 4.0.0) AM_CONFIG_HEADER(config.h) dnl User options