[commit: ghc] master: Set the value of Unregisterised in the bindist configure.ac (c2a532a)

Ian Lynagh igloo at earth.li
Wed Aug 8 14:59:49 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c2a532a84ea43c7ea3a5a6d29d66914d41b56156

>---------------------------------------------------------------

commit c2a532a84ea43c7ea3a5a6d29d66914d41b56156
Author: Ian Lynagh <ian at well-typed.com>
Date:   Wed Aug 8 13:08:03 2012 +0100

    Set the value of Unregisterised in the bindist configure.ac
    
    Now that it's included in settings, the bindist configure script needs
    to know it.

>---------------------------------------------------------------

 distrib/configure.ac.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index 767ba4c..280d9e3 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -33,6 +33,9 @@ AC_SUBST(CrossCompiling)         # BuildingCrossCompiler OR PortingCompiler
 AC_SUBST(CrossCompilePrefix)
 AC_SUBST(TargetPlatformFull)
 
+Unregisterised="@Unregisterised@"
+AC_SUBST(Unregisterised)
+
 #
 dnl ** Check Perl installation **
 #





More information about the Cvs-ghc mailing list