]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Port build procedure to AIX 7.1
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jul 2020 01:42:26 +0000 (18:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jul 2020 01:43:38 +0000 (18:43 -0700)
commitd7bd610b4c6b7ab99ff99dd4f70db1b30b4e3f11
tree06f7d195e15a8519ccde59b1a8636d1fb1e02e8f
parent0c39ab024f015f271933e6d627d602421c2458df
Port build procedure to AIX 7.1

* lib/freeze.mk (MY_AUTOM4TE, build_libdir, m4f_dependencies):
Prefer ‘$(top_build_prefix)’ to ‘$(top_builddir)/’.
The difference matters on AIX 7.1, where ‘make’ doesn’t know that
bin/autom4te and ./bin/autom4te are the same file,
and gets confused about dependencies without this change.
‘$(top_build_prefix)bin/autom4te’ expands to ‘bin/automake’
whereas ‘$(top_builddir)/bin/autom4te’ expands to
‘./bin/automake’, and the former works where the latter doesn’t.
lib/freeze.mk