Skip to content

Commit

Permalink
ipppd/ipppd.man.in: hard-code man-page dates & autoreconf
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marschap committed Apr 27, 2012
1 parent df325ec commit 8137283
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
3 changes: 0 additions & 3 deletions ipppd/configure
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ HAVE_LIBBSD
HAVE_LIBCRYPT
HAVE_LIBSSL
HAVE_LIBDES
MANDATE
I4LVERSION
LIBOBJS
EGREP
Expand Down Expand Up @@ -2157,7 +2156,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu


I4LVERSION=${I4LVERSION:-"?.?"}
MANDATE=`grep CHECKIN ipppd.man.in | awk '{print $4}'`
CONFIG_MANDIR=${mandir:-"/usr/man"}
CONFIG_SBINDIR=${sbindir:-"/sbin"}
CONFIG_RUNDIR=${CONFIG_RUNDIR:-"/var/run"}
Expand Down Expand Up @@ -4152,7 +4150,6 @@ fi





ac_config_headers="$ac_config_headers config.h"

Expand Down
2 changes: 0 additions & 2 deletions ipppd/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ AC_INIT(auth.c)
dnl AC_PREFIX_DEFAULT([/usr])

I4LVERSION=${I4LVERSION:-"?.?"}
MANDATE=`grep CHECKIN ipppd.man.in | awk '{print $4}'`
CONFIG_MANDIR=${mandir:-"/usr/man"}
CONFIG_SBINDIR=${sbindir:-"/sbin"}
CONFIG_RUNDIR=${CONFIG_RUNDIR:-"/var/run"}
Expand Down Expand Up @@ -104,7 +103,6 @@ AC_ARG_ENABLE(ippp-filter,

dnl Define which variables to substitute & which files to generate
AC_SUBST(I4LVERSION)
AC_SUBST(MANDATE)
AC_SUBST(HAVE_LIBDES)
AC_SUBST(HAVE_LIBSSL)
AC_SUBST(HAVE_LIBCRYPT)
Expand Down
10 changes: 1 addition & 9 deletions ipppd/ipppd.man.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
.\" manual page [] for ipppd 2.0
.\" $Id: ipppd.man.in,v 1.11 2003/07/01 09:03:45 keil Exp $
.\" CHECKIN $Date: 2003/07/01 09:03:45 $
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
.\" IP indented paragraph
.\" TP hanging label
.TH IPPPD 8 "@MANDATE@" isdn4k-utils-@I4LVERSION@ "Linux System Administration"
.TH IPPPD 8 "July 2003" isdn4k-utils-@I4LVERSION@ "Linux System Administration"
.SH NAME
ipppd \- (ISDN) Point to Point Protocol daemon
.SH SYNOPSIS
Expand Down

0 comments on commit 8137283

Please sign in to comment.