mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 03:53:43 +01:00
Convert old-style AC_OUTPUT() to new-style AC_CONFIG_FILES()/AC_OUTPUT.
(Logical change 1.35)
This commit is contained in:
parent
fa47e3f3bc
commit
bd94f81b99
1 changed files with 4 additions and 1 deletions
|
@ -75,4 +75,7 @@ ARCH=`echo $target_arch | tr [a-z] [A-Z]`
|
|||
|
||||
AC_SUBST(arch)
|
||||
AC_SUBST(ARCH)
|
||||
AC_OUTPUT(Makefile src/Makefile tests/Makefile doc/Makefile)
|
||||
|
||||
AC_CONFIG_FILES(Makefile src/Makefile tests/Makefile
|
||||
doc/Makefile doc/common.tex)
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue