Commit Graph

3 Commits

Author SHA1 Message Date
Peter Marschall 8137283c11 ipppd/ipppd.man.in: hard-code man-page dates & autoreconf
Do not use the date of the last RCS checkin-time as manual page data.
This does not make sense anymore with git as DVCS.
2012-04-27 19:04:46 +02:00
Peter Marschall 04204decde ipppd: configuration cleanup
* Makefile.in: expand variables HAVE_LZSCOMP_H & LIBS
* Makefile.in: build man-pages in rule all
* Makefile.in: don't add variables to COPTS with -D... that are already
   #include'd via config.h: removes "duplicate definition" warnings
* ipppd.h & options.c: #include "config.h" to cover Makefile.in changes
* configure.ac: relay on default action for AC_CHECK_LIB()
* Makefile.in: remove unnecessary Hacks because of configure.ac changes
* autoreconf
2012-04-21 14:52:01 +02:00
Peter Marschall 2ada66e07d ipppd/configure.ac: updated from configure.in
* rename configure.in to configure.ac for recent autotools
* require autoconf 2.68
* update/remove obsolete macros
* quote arguments to AC_../AM_.. macros
* remove unneeded options --with-sbin / --with-man:
  --sbindir / --mandir serve exactly the same purpose
* rename option --varrun to --rundir (and fix it btw.)
2012-04-21 14:50:33 +02:00