mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Always address configure.in and other autotools file with $(top_srcdir)
This commit is contained in:
parent
e39a4342d6
commit
b2b2012386
2
Makefile
2
Makefile
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user