forked from mirrors/tftp-hpa-google
Make the version number automatically included in the man page footer
This commit is contained in:
parent
779db73551
commit
4f739767f2
7 changed files with 330 additions and 10 deletions
5
Makefile
5
Makefile
|
@ -51,7 +51,10 @@ MCONFIG: configure MCONFIG.in acconfig.h.in
|
|||
acconfig.h: MCONFIG
|
||||
: Generated by side effect
|
||||
|
||||
acconfig.h.in: configure.in aclocal.m4
|
||||
# Adding "configure" to the dependencies serializes this with running
|
||||
# autoconf, because there are apparently race conditions between
|
||||
# autoconf and autoheader.
|
||||
acconfig.h.in: configure.in configure aclocal.m4
|
||||
rm -f acconfig.h.in acconfig.h
|
||||
autoheader -f
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue