mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -05:00
Set the manual date to the build date.
git-svn-id: https://svn.xiph.org/trunk/ezstream@15790 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
842d72adc0
commit
26c2d86c29
@ -17,6 +17,9 @@ AC_PROG_CC_STDC
|
||||
AC_PROG_FGREP
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
BUILD_DATE=$(date '+%B %d, %Y')
|
||||
AC_SUBST([BUILD_DATE])
|
||||
|
||||
EXAMPLES_DIR="\$(datadir)/examples/${PACKAGE_TARNAME}"
|
||||
AC_ARG_ENABLE([examplesdir],
|
||||
[AS_HELP_STRING([--enable-examplesdir=DIR],
|
||||
|
@ -4,7 +4,9 @@ man_MANS = ezstream.1
|
||||
|
||||
EXTRA_DIST = ezstream.1.in
|
||||
|
||||
do_subst = sed -e 's,!!EXAMPLES_DIR!!,@EXAMPLES_DIR@,g'
|
||||
do_subst = sed \
|
||||
-e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g' \
|
||||
-e 's|!!BUILD_DATE!!|@BUILD_DATE@|g'
|
||||
|
||||
ezstream.1: ezstream.1.in Makefile
|
||||
$(do_subst) < $(srcdir)/ezstream.1.in > ezstream.1
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" This document may be be used and/or modified under the licensing terms
|
||||
.\" of the Ezstream software.
|
||||
.\"
|
||||
.Dd February 20, 2007
|
||||
.Dd !!BUILD_DATE!!
|
||||
.Dt EZSTREAM 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
Loading…
Reference in New Issue
Block a user