1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

Always address configure.in and other autotools file with $(top_srcdir)

This commit is contained in:
Jonas Fonseca 2005-10-20 01:14:53 +02:00 committed by Jonas Fonseca
parent e39a4342d6
commit b2b2012386
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ config.status: $(top_srcdir)/configure
$(SHELL) ./config.status --recheck
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
$(ACLOCAL_M4): configure.in acinclude.m4
$(ACLOCAL_M4): $(top_srcdir)/configure.in $(top_srcdir)/acinclude.m4
cd $(top_srcdir) && $(ACLOCAL)
$(top_srcdir)/configure: $(top_srcdir)/configure.in $(ACLOCAL_M4)

View File

@ -1,8 +1,8 @@
path_to_top=../../..
include $(path_to_top)/Makefile.config
elinks.1: elinks.1.in $(path_to_top)/configure.in
cd $(path_to_top) && \
elinks.1: elinks.1.in $(top_srcdir)/configure.in
cd $(top_srcdir) && \
CONFIG_FILES="$(RELPATH)$@" CONFIG_HEADERS= $(SHELL) ./config.status
MAN1 = elinks.1