Merger from CVS-HEAD

This commit is contained in:
Ralf Corsepius
2003-05-16 13:22:35 +00:00
parent 644a3a42ca
commit 5403ada346
3 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,22 @@
2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add pppd.
* Makefile.am: Add pppd.
2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Adding pppd:
* pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
* pppd/README: New, copied over from libnetworking/pppd/example.
* pppd/init.c: New, copied over from libnetworking/pppd/example.
* pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
* pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
* pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
* pppd/system.h: New, copied over from libnetworking/pppd/example.
* pppd/pppd.options: New, copied over from libnetworking/pppd/example.
* pppd/Makefile.am: New, converted to automake from Makefile-user.
* pppd/.cvsignore: New.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -13,6 +13,7 @@ FP_TESTS = paranoia
## loopback tests a network loopback interface
NET_TESTS = loopback
NET_TESTS += pppd
SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
$(CPLUSPLUS_TESTS) $(FP_TESTS) $(NET_TESTS)

View File

@@ -50,5 +50,6 @@ base_mp/Makefile
base_mp/node1/Makefile
base_mp/node2/Makefile
cdtest/Makefile
pppd/Makefile
])
AC_OUTPUT