mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* man/Makefile.am (.x.1): We really have pass
autom4te_perllibdir.
This commit is contained in:
parent
27661c3a8b
commit
e6056d05f0
@ -1,3 +1,8 @@
|
||||
2001-08-31 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* man/Makefile.am (.x.1): We really have pass
|
||||
autom4te_perllibdir.
|
||||
|
||||
2001-08-31 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
|
||||
|
@ -48,6 +48,8 @@ SUFFIXES = .x .1
|
||||
echo "Updating man page $@"
|
||||
PATH=$(top_builddir)/bin:$(top_srcdir)/config:$$PATH ;\
|
||||
export PATH ;\
|
||||
autom4te_perllibdir=$(top_srcdir)/lib;\
|
||||
export autom4te_perllibdir; \
|
||||
$(HELP2MAN) \
|
||||
--include=$(srcdir)/$*.x \
|
||||
--include=$(srcdir)/common.x \
|
||||
|
@ -258,6 +258,8 @@ config.sub.1: $(srcdir)/config.sub.x $(top_srcdir)/config/config.sub
|
||||
echo "Updating man page $@"
|
||||
PATH=$(top_builddir)/bin:$(top_srcdir)/config:$$PATH ;\
|
||||
export PATH ;\
|
||||
autom4te_perllibdir=$(top_srcdir)/lib;\
|
||||
export autom4te_perllibdir; \
|
||||
$(HELP2MAN) \
|
||||
--include=$(srcdir)/$*.x \
|
||||
--include=$(srcdir)/common.x \
|
||||
|
Loading…
Reference in New Issue
Block a user