Subject: CVS commit: othersrc/usr.bin/tnftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/09/2007 04:44:36
Module Name:	othersrc
Committed By:	lukem
Date:		Wed May  9 04:44:36 UTC 2007

Modified Files:
	othersrc/usr.bin/tnftp: configure.in install-sh tnftp.h
	othersrc/usr.bin/tnftp/libnetbsd: snprintf.c
	othersrc/usr.bin/tnftp/src: Makefile.in
Added Files:
	othersrc/usr.bin/tnftp: config.guess config.sub
Removed Files:
	othersrc/usr.bin/tnftp: acconfig.h aclocal.m4

Log Message:
Convert from autoconf 2.13 to 2.61:
* Use a consistent quoting mechanism.
* Use modern autoconf macros, #define names, etc.
* Search for more header files, and only #include if found.
* Remove old-style config.h.in generation.
This may fix various tests on platforms such as FreeBSD and OS X.

Add -Wl,-search_paths_first to LDFLAGS on OS X (Darwin) if the linker
supports it.  This is needed so we use our libedit rather than the system one.

XXX: SOCKS support is currently disabled until I update the autoconf support.


To generate a diff of this commit:
cvs rdiff -r1.8 -r0 othersrc/usr.bin/tnftp/acconfig.h
cvs rdiff -r1.4 -r0 othersrc/usr.bin/tnftp/aclocal.m4
cvs rdiff -r0 -r1.1 othersrc/usr.bin/tnftp/config.guess \
    othersrc/usr.bin/tnftp/config.sub
cvs rdiff -r1.17 -r1.18 othersrc/usr.bin/tnftp/configure.in
cvs rdiff -r1.1.1.1 -r1.2 othersrc/usr.bin/tnftp/install-sh
cvs rdiff -r1.22 -r1.23 othersrc/usr.bin/tnftp/tnftp.h
cvs rdiff -r1.4 -r1.5 othersrc/usr.bin/tnftp/libnetbsd/snprintf.c
cvs rdiff -r1.5 -r1.6 othersrc/usr.bin/tnftp/src/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.