mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-03 03:40:33 +00:00
New version: 4.0.0
This commit is contained in:
parent
025109d491
commit
9bbfc3b850
@ -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)
|
||||
|
4
SRC/configure
vendored
4
SRC/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user