Gtkmm-forge digest, Vol 1 #820 - 2 msgs



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 160244] Long filenames are not correctly distributed. (bugzilla-daemon bugzilla gnome org)
   2. [Bug 160244] Long filenames are not correctly distributed. (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  3 Dec 2004 03:24:05 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 160244] Long filenames are not correctly distributed.

http://bugzilla.gnome.org/show_bug.cgi?id=160244
gtkmm | build | Ver: 2.5





------- Additional Comments From murrayc murrayc com  2004-12-03 03:24 -------
Excellent. I was trying to find a way to adapt our configure.in for this. But
can you explain why you needed to use this pushdef() thing instead of a simple
assignement?

Also, please patch the ChangeLog in future.

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


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  3 Dec 2004 14:15:03 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 160244] Long filenames are not correctly distributed.

http://bugzilla.gnome.org/show_bug.cgi?id=160244
gtkmm | build | Ver: 2.5





------- Additional Comments From roger whinlatter uklinux net  2004-12-03 14:15 -------
The pushdef/popdef stuff is so that you can define the version number correctly.
I don't believe you can use shell variables prior to AC_INIT, which means you
can't use a shell variable as an argument to AC_INIT.  From the Autoconf manual:

> Every configure script must call AC_INIT before doing anything else.

> It is preferable that the arguments of AC_INIT be static, i.e., there should
> not be any shell computation, but they can be computed by M4.

So we obey this restriction my defining the version number with m4 rather than
shell.


Regards,
Roger

------- 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]