From 83ad6c3128e765a90033e0f50337671298babf31 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 15 Feb 2014 02:22:09 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@32974 c570f23f-e606-0410-a88d-b1316a301751 --- Master/doc.html | 1 + Master/tlpkg/installer/config.guess | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/doc.html b/Master/doc.html index 66c2ade96eb..0726bac97c1 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -11797,6 +11797,7 @@ A template for the University of Tabriz.
  • tabstackengine: +"Tabbing" front-end to stackengine. tabstackengine.pdf.
  • diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 92fe65f50e4..72625d40c00 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-01-25' +timestamp='2014-02-12' # 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 @@ -149,7 +149,7 @@ Linux|GNU|GNU/*) LIBC=gnu #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac -- cgit v1.2.3