Gtkmm-forge digest, Vol 1 #938 - 1 msg



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 307480] New: problem with MAKE check in configure (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Mon, 13 Jun 2005 05:59:06 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 307480] New: problem with MAKE check in configure

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D307480
 glibmm | build | Ver: 2.6.x

           Summary: problem with MAKE check in configure
           Product: glibmm
           Version: 2.6.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: marek rouchal infineon com
                CC: all-bugs bugzilla gnome org


Version details: 2.6.1
Distribution/Version: Solaris 8 Sparc, RedHat Enterprise Linux 3.0 AMD64

glibmm's configure script does not work if MAKE !=3D make,
but e.g. /some/special/gmake. Here is a patch for configure,
but I guess it has to be fixed in some configure.in, aclocal.m4
or the like...

diff -ruN glibmm-2.6.1-old/configure glibmm-2.6.1/configure
--- glibmm-2.6.1-old/configure	2005-06-13 10:05:22.441622000 +0200
+++ glibmm-2.6.1/configure	2005-06-13 10:07:28.882415000 +0200
@@ -19670,9 +19670,9 @@
=20
=20
=20
-echo "$as_me:$LINENO: checking whether make is GNU Make" >&5
-echo $ECHO_N "checking whether make is GNU Make... $ECHO_C" >&6
-if $ac_make --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then
+echo "$as_me:$LINENO: checking whether ${MAKE-make} is GNU Make" >&5
+echo $ECHO_N "checking whether ${MAKE-make} is GNU Make... $ECHO_C" >&6
+if ${MAKE-make} --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; t=
hen
         echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 else

------- You are receiving this mail because: -------
You are the assignee for the bug.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]