Version 4.1 final

GETADDRINFO
Stephane Bortzmeyer 24 years ago
parent 3c86734e91
commit 469c4951fc

@ -20,6 +20,7 @@ upload: dist
upload-force: dist
scp $(distdir).tar.gz bortz@ftp.internatif.org:'~ftp/pub/unix/echoping'
rm -f upload.log
ncftpput -d upload.log upload.sourceforge.net /incoming $(distdir).tar.gz
EXTRA_DIST = $(man_MANS) $(TESTS) $(DOCS) $(MORE_TESTS)

@ -472,6 +472,7 @@ upload: dist
upload-force: dist
scp $(distdir).tar.gz bortz@ftp.internatif.org:'~ftp/pub/unix/echoping'
rm -f upload.log
ncftpput -d upload.log upload.sourceforge.net /incoming $(distdir).tar.gz
# Tell versions [3.59,3.63) of GNU make to not export all variables.

2
SRC/configure vendored

@ -701,7 +701,7 @@ fi
PACKAGE=echoping
VERSION=4.1.0-BETA
VERSION=4.1.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; }

@ -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.1.0-BETA)
AM_INIT_AUTOMAKE(echoping, 4.1.0)
AM_CONFIG_HEADER(config.h)
dnl User options

Loading…
Cancel
Save