1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Convert old-style AC_OUTPUT() to new-style AC_CONFIG_FILES()/AC_OUTPUT.

(Logical change 1.35)
This commit is contained in:
mostang.com!davidm 2003-01-17 07:48:52 +00:00
parent fa47e3f3bc
commit bd94f81b99

View file

@ -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