act2000/actctrl.man.in: hard-code man-page date & 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.
This commit is contained in:
Peter Marschall 2012-04-27 17:33:23 +02:00
parent 9cf64083c1
commit 1f1fc70a99
3 changed files with 1 additions and 10 deletions

View File

@ -1,12 +1,8 @@
.\" $Id: actctrl.man.in,v 1.3 1999/09/06 08:03:23 fritz Exp $
.\"
.\" CHECKIN $Date: 1999/09/06 08:03:23 $
.\"
.\" Process this file with
.\" groff -man -Tascii actctrl.1 for ASCII output, or
.\" groff -man -Tps actctrl.1 for PostScript output
.\"
.TH ACTCTRL 8 "@MANDATE@" isdn4k-utils-@I4LVERSION@ "Linux System Administration"
.TH ACTCTRL 8 "September 1999" isdn4k-utils-@I4LVERSION@ "Linux System Administration"
.SH NAME
actctrl \- configure IBM Active 2000 ISDN adaptor
.SH SYNOPSIS

3
act2000/configure vendored
View File

@ -608,7 +608,6 @@ I4LCONFDIR
CONFIG_MANDIR
CONFIG_SBINDIR
CONFIG_DATADIR
MANDATE
EGREP
GREP
CPP
@ -2083,7 +2082,6 @@ I4LVERSION=${I4LVERSION:-"?.?"}
CONFIG_DATADIR=${CONFIG_FIRMWAREDIR:-"/usr/lib/isdn"}
CONFIG_MANDIR=${mandir:-"/usr/man"}
CONFIG_SBINDIR=${CONFIG_CARD_SBINDIR:-"/sbin"}
MANDATE=`grep CHECKIN actctrl.man.in | awk '{print $4}'`
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@ -3628,7 +3626,6 @@ fi
ac_config_files="$ac_config_files Makefile actctrl.man"
cat >confcache <<\_ACEOF

View File

@ -10,7 +10,6 @@ I4LVERSION=${I4LVERSION:-"?.?"}
CONFIG_DATADIR=${CONFIG_FIRMWAREDIR:-"/usr/lib/isdn"}
CONFIG_MANDIR=${mandir:-"/usr/man"}
CONFIG_SBINDIR=${CONFIG_CARD_SBINDIR:-"/sbin"}
MANDATE=`grep CHECKIN actctrl.man.in | awk '{print $4}'`
dnl Checks for programs.
AC_PROG_INSTALL
@ -32,7 +31,6 @@ AC_ARG_WITH(firmware,
)
dnl Define which variables to substitute & which files to generate
AC_SUBST(MANDATE)
AC_SUBST(CONFIG_DATADIR)
AC_SUBST(CONFIG_SBINDIR)
AC_SUBST(CONFIG_MANDIR)