From: simonmar Date: Thu, 4 Sep 2003 09:53:31 +0000 (+0000) Subject: [project @ 2003-09-04 09:53:31 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~499 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c0d30cb3897554fe157cf18cb17c45c816ae9a6e [project @ 2003-09-04 09:53:31 by simonmar] Uncomment AC_SUBSTs for many of the platform variables, since I'm guessing that this comment doesn't apply any more: dnl Cannot afford all these SUBSTs (because of braindead seds w/ 99 cmd limits) --- diff --git a/configure.ac b/configure.ac index b8d1116..00e579a 100644 --- a/configure.ac +++ b/configure.ac @@ -360,27 +360,25 @@ TargetOS_CPP=$HostOS_CPP BuildVendor_CPP=$HostVendor_CPP TargetVendor_CPP=$HostVendor_CPP -dnl Cannot afford all these SUBSTs (because of braindead seds w/ 99 cmd limits) -dnl AC_SUBST(BuildPlatform) - +AC_SUBST(BuildPlatform) AC_SUBST(HostPlatform) AC_SUBST(TargetPlatform) AC_SUBST(HostPlatform_CPP) -dnl AC_SUBST(BuildPlatform_CPP) -dnl AC_SUBST(TargetPlatform_CPP) +AC_SUBST(BuildPlatform_CPP) +AC_SUBST(TargetPlatform_CPP) AC_SUBST(HostArch_CPP) -dnl AC_SUBST(BuildArch_CPP) -dnl AC_SUBST(TargetArch_CPP) +AC_SUBST(BuildArch_CPP) +AC_SUBST(TargetArch_CPP) AC_SUBST(HostOS_CPP) AC_SUBST(HostOS_Full) -dnl AC_SUBST(BuildOS_CPP) -dnl AC_SUBST(TargetOS_CPP) +AC_SUBST(BuildOS_CPP) +AC_SUBST(TargetOS_CPP) AC_SUBST(HostVendor_CPP) -dnl AC_SUBST(BuildVendor_CPP) -dnl AC_SUBST(TargetVendor_CPP) +AC_SUBST(BuildVendor_CPP) +AC_SUBST(TargetVendor_CPP) AC_SUBST(exeext)