avmb1/avmcapictrl.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:26:41 +02:00
parent f5e4d4f3c2
commit 9cf64083c1
3 changed files with 1 additions and 10 deletions

View File

@ -1,8 +1,4 @@
.\" $Id: avmcapictrl.man.in,v 1.4 2000/01/28 16:36:19 calle Exp $
.\"
.\" CHECKIN $Date: 2000/01/28 16:36:19 $
.\"
.TH AVMCAPICTRL 8 "@MANDATE@" isdn4k-utils-@I4LVERSION@ "Linux System Administration"
.TH AVMCAPICTRL 8 "January 2000" isdn4k-utils-@I4LVERSION@ "Linux System Administration"
.UC 4
.SH NAME
avmcapictrl \- Add, reset or remove active AVM cards and load firmware

3
avmb1/configure vendored
View File

@ -605,7 +605,6 @@ LIBOBJS
CONFIG_MANDIR
CONFIG_SBINDIR
I4LVERSION
MANDATE
EGREP
GREP
CPP
@ -2982,7 +2981,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
I4LVERSION=${I4LVERSION:-"?.?"}
CONFIG_MANDIR=${mandir:-"/usr/man"}
CONFIG_SBINDIR=${sbindir:-"/sbin"}
MANDATE=`grep CHECKIN avmcapictrl.man.in | awk '{print $4}'`
ac_ext=c
@ -3412,7 +3410,6 @@ done
ac_config_files="$ac_config_files Makefile avmcapictrl.man"
cat >confcache <<\_ACEOF

View File

@ -12,7 +12,6 @@ AC_PROG_INSTALL
I4LVERSION=${I4LVERSION:-"?.?"}
CONFIG_MANDIR=${mandir:-"/usr/man"}
CONFIG_SBINDIR=${sbindir:-"/sbin"}
MANDATE=`grep CHECKIN avmcapictrl.man.in | awk '{print $4}'`
dnl Checks for header files.
AC_HEADER_STDC
@ -22,7 +21,6 @@ dnl Checks for library functions.
AC_CHECK_FUNCS(mmap)
dnl Define which variables to substitute & which files to generate
AC_SUBST(MANDATE)
AC_SUBST(I4LVERSION)
AC_SUBST(CONFIG_SBINDIR)
AC_SUBST(CONFIG_MANDIR)