|
From: Ian P. <piu...@us...> - 2004-04-03 22:03:15
|
Update of /cvsroot/squeak/squeak/platforms/unix/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19982 Modified Files: configure.ac Log Message: Advance version to 3.7b-3. Index: configure.ac =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/config/configure.ac,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** configure.ac 3 Apr 2004 10:36:59 -0000 1.16 --- configure.ac 3 Apr 2004 21:50:53 -0000 1.17 *************** *** 3,16 **** # Process this file with autoconf to produce a configure script ! # Copyright (C) 1996-2003 Ian Piumarta and other authors/contributors ! # as listed elsewhere in this file. # All rights reserved. # - # You are NOT ALLOWED to distribute modified versions of this file - # under its original name. If you want to modify it and then make - # your modifications available publicly, rename the file first. - # # This file is part of Unix Squeak. # # This file is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or --- 3,16 ---- # Process this file with autoconf to produce a configure script ! # Copyright (C) 1996-2004 by Ian Piumarta and other authors/contributors ! # listed elsewhere in this file. # All rights reserved. # # This file is part of Unix Squeak. # + # You are NOT ALLOWED to distribute modified versions of this file + # under its original name. If you modify this file then you MUST + # rename it before making your modifications available publicly. + # # This file is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *************** *** 38,46 **** # Author: Ian...@IN... # ! # Last edited: 2004-04-03 11:40:24 by piumarta on emilia.local AC_INIT([config.h.in]) ! AC_VM_VERSION(3,7b,2, 3,7b,5868) topdir=`cd ${srcdir}/../../..; pwd` --- 38,46 ---- # Author: Ian...@IN... # ! # Last edited: 2004-04-03 22:59:34 by piumarta on emilia.local AC_INIT([config.h.in]) ! AC_VM_VERSION(3,7b,3, 3,7b,5868) topdir=`cd ${srcdir}/../../..; pwd` |