Differences From Artifact [b254cf812f]:
- File m4/buildsys.m4 — part of check-in [bb31d9c029] at 2018-04-29 18:38:31 on branch trunk — Improve Amiga library support (user: js, size: 12010) [annotate] [blame] [check-ins using]
To Artifact [1eaa62a0c6]:
- File
m4/buildsys.m4
— part of check-in
[b7980e9839]
at
2020-02-18 21:57:45
on branch trunk
— Eliminate dependency generation step entirely
Instead, create an empty .dep file that is replaced with the actual
dependencies once the file is compiled. (user: js, size: 12202) [annotate] [blame] [check-ins using]
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - - + + - + | dnl dnl Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2017, |
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | + - - - - + + + + + + + - | AC_SUBST(BUILD_AND_HOST_ARE_DARWIN, yes) ;; esac ;; esac AC_CONFIG_COMMANDS_PRE([ AS_IF([test x"$GCC" = x"yes"], |
︙ |