public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: A patch for configure.in
@ 1997-08-19  1:10 H.J. Lu
  0 siblings, 0 replies; 3+ messages in thread
From: H.J. Lu @ 1997-08-19  1:10 UTC (permalink / raw)
  To: egcs

> 
>   In message <m0x08nj-0004ecC@ocean.lucon.org>you write:
>   > Can we use this patch? I'd like to keep the binaries for all versions
>   > if my disk space allows.
> How about we just bump the last # in the version for each snapshot?
> 
> Jeff
> 

I prefer date since it is easy to track. But I don't really mind
either way.

-- 
H.J. Lu (hjl@gnu.ai.mit.edu)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: A patch for configure.in
  1997-08-17 21:48 An autoconf patch H.J. Lu
@ 1997-08-17 21:48 ` Jeffrey A Law
  0 siblings, 0 replies; 3+ messages in thread
From: Jeffrey A Law @ 1997-08-17 21:48 UTC (permalink / raw)
  To: egcs

  In message <m0x08nj-0004ecC@ocean.lucon.org>you write:
  > Can we use this patch? I'd like to keep the binaries for all versions
  > if my disk space allows.
How about we just bump the last # in the version for each snapshot?

Jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* A patch for configure.in
@ 1997-08-17 16:44 H.J. Lu
  0 siblings, 0 replies; 3+ messages in thread
From: H.J. Lu @ 1997-08-17 16:44 UTC (permalink / raw)
  To: egcs

Can we use this patch? I'd like to keep the binaries for all versions
if my disk space allows.

Thanks.


-- 
H.J. Lu (hjl@gnu.ai.mit.edu)
--
Sun Aug 17 09:17:32 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)

	* configure.in (version): set version to MM.mm.pp-yymmdd.

Index: configure.in
===================================================================
RCS file: /home/work/cvs/gnu/egcs/configure.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 configure.in
--- configure.in	1997/08/16 03:48:37	1.1.1.1
+++ configure.in	1997/08/17 16:16:19
@@ -2746,7 +2746,10 @@
 fi
 
 # Get the version number from the toplevel
-version=`sed -e 's/.*\"\([[^ \"]]*\)[[ \"]].*/\1/' < ${srcdir}/version.c`
+dnl We need to use [ and ] for other purposes for a while now.
+changequote(,)dnl
+version=`sed -e 's/\([0-9][^ ]*\)[ 	]*[a-zA-Z]*[ 	]*/\1-/' -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${srcdir}/version.c`
+changequote([,])dnl
 
 # Are we using gcc as the native compiler?
 case $host in

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-08-19  1:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-19  1:10 A patch for configure.in H.J. Lu
  -- strict thread matches above, loose matches on Subject: below --
1997-08-17 21:48 An autoconf patch H.J. Lu
1997-08-17 21:48 ` A patch for configure.in Jeffrey A Law
1997-08-17 16:44 H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).