diff options
Diffstat (limited to 'sim/m68hc11/configure')
-rwxr-xr-x | sim/m68hc11/configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure index 667f0a0..c7eaea0 100755 --- a/sim/m68hc11/configure +++ b/sim/m68hc11/configure @@ -620,6 +620,7 @@ MAKE CCDEPMODE DEPDIR am__leading_dot +PACKAGE RANLIB AR HDEFINES @@ -4067,6 +4068,17 @@ else fi +# Some of the common include files depend on bfd.h, and bfd.h checks +# that config.h is included first by testing that the PACKAGE macro +# is defined. +PACKAGE=sim + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + + # Dependency checking. ac_config_commands="$ac_config_commands depdir" |