aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/aclocal.m4
AgeCommit message (Collapse)AuthorFilesLines
2021-06-19sim: unify bfd library dependency testing logicMike Frysinger1-2/+0
Move these options up to the common dir so we only test & export them once across all ports.
2021-06-12sim: unify bug & package settingsMike Frysinger1-1/+0
Move these options up to the common dir so we only test & export them once across all ports. The AC_INIT macro does a lot of the heavy lifting already which allows further simplification.
2021-02-13sim: switch to AC_CONFIG_MACRO_DIRSMike Frysinger1-0/+18
Rather than hand maintain m4 includes in various autotool files, use AC_CONFIG_MACRO_DIRS to declare the relevant search paths. This simplifies the code, makes it more robust, and cleans out unused logic from configure.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+0
1999-04-16Initial creation of sourceware repositoryStan Shebs1-45/+0
1998-04-29Wed Apr 29 15:44:52 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-0/+45
* aclocal.m4: new file for AM_EXEEXT macro * configure.in: call AM_EXEEXT * configure: regenerate with autoconf 2.12.1. * Makefile.in: add EXEEXT support