[Users] [Bug 2895] git version missing in title bar
H.Merijn Brand
h.m.brand at xs4all.nl
Fri Mar 22 10:25:59 CET 2013
On Fri, 22 Mar 2013 09:06:34 +0000, noreply at thewildbeast.co.uk wrote:
> --- Comment #12 from Colin Leroy <colin at colino.net> ---
> the git version will show in title bar as long as one uses ./configure
> --enable-maintainer-mode, which is done automatically if using ./autogen.sh.
>
> The git version is quite long and we didn't want to annoy release users with
> it.
Understood. Makes it kinda awkward to still get it
$ autoconf.sh
$ make clean
$ configure --prefix=/pro --disable-nls --enable-gnutls --enable-ldap \
--disable-startup-notification --disable-bogofilter-plugin \
--enable-spamassassin-plugin --enable-enchant --enable-new-addrbook \
--disable-valgrind --no-create --no-recursion --enable-maintainer-mode
$ find * -name Makefile |\
xargs perl -pi -e'm/\bCFLAGS\s*=/&&s/-g(\s*-O[0-9])?/-O3/'
$ make -j12 check
$ make install
Now running 3.9.0-160-g6eabcd
Thanks for all the hard work team!
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.17 porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
More information about the Users
mailing list