From: Tom C. <tom...@us...> - 2005-01-09 20:02:39
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25533 Modified Files: Tag: stable-1_2 ChangeLog config.guess config.sub Log Message: Update config.guess and config.sub scripts. Index: config.guess =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/config.guess,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- config.guess 10 Sep 2003 21:38:42 -0000 1.1.1.1 +++ config.guess 9 Jan 2005 20:02:17 -0000 1.1.1.1.2.1 @@ -1,7 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. -# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. + +timestamp='2001-04-20' + # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by [...1297 lines suppressed...] +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: Index: config.sub =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/config.sub,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -d -r1.1.1.1 -r1.1.1.1.2.1 --- config.sub 10 Sep 2003 21:38:42 -0000 1.1.1.1 +++ config.sub 9 Jan 2005 20:02:17 -0000 1.1.1.1.2.1 @@ -1,9 +1,13 @@ #! /bin/sh -# Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. + +timestamp='2001-04-20' + # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software [...1181 lines suppressed...] + -mpw* | -macos*) vendor=apple ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.52 retrieving revision 1.15.2.53 diff -u -d -r1.15.2.52 -r1.15.2.53 --- ChangeLog 7 Jan 2005 06:58:19 -0000 1.15.2.52 +++ ChangeLog 9 Jan 2005 20:02:17 -0000 1.15.2.53 @@ -18,6 +18,7 @@ - user.c: Fix bug from 1.2.6 related to creating .qmail files when one didn't already exist. - INSTALL: Add note about running `libtoolize --force` on x86_64. + - Update config.guess and config.sub scripts. 1.2.6 - released 24-Dec-04 |