Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13871 - main/branches/prefix
Date: Sat, 01 Aug 2009 10:01:21
Message-Id: E1MXBOx-0003b2-NP@stork.gentoo.org
1 Author: grobian
2 Date: 2009-08-01 10:01:19 +0000 (Sat, 01 Aug 2009)
3 New Revision: 13871
4
5 Modified:
6 main/branches/prefix/configure.in
7 Log:
8 Depersonalise this a bit
9
10 Modified: main/branches/prefix/configure.in
11 ===================================================================
12 --- main/branches/prefix/configure.in 2009-07-31 15:20:28 UTC (rev 13870)
13 +++ main/branches/prefix/configure.in 2009-08-01 10:01:19 UTC (rev 13871)
14 @@ -1,5 +1,5 @@
15 dnl Process this file with autoconf to produce a configure script.
16 -AC_INIT(portage-prefix, @version@, grobian@g.o)
17 +AC_INIT(portage-prefix, @version@, prefix@g.o)
18
19 AC_PREREQ([2.61])