]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
This commit was manufactured by cvs2git to create branch 'rpm3'. rpm3
authorcvs2git <feedback@pld-linux.org>
Mon, 5 Apr 1999 14:19:11 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 1999-04-05 14:19:11 UTC pius <pius@pld-linux.org> '- cosmetics.'
Delete:
    autoconf-info.patch
    autoconf-tmprace.patch

autoconf-info.patch [deleted file]
autoconf-tmprace.patch [deleted file]

diff --git a/autoconf-info.patch b/autoconf-info.patch
deleted file mode 100644 (file)
index 5e1a16b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nru autoconf-2.12/autoconf.texi autoconf-2.12.new/autoconf.texi
---- autoconf-2.12/autoconf.texi        Tue Nov 26 19:09:46 1996
-+++ autoconf-2.12.new/autoconf.texi    Tue Dec 29 23:59:22 1998
-@@ -16,8 +16,9 @@
- @ifinfo
- @format
-+INFO-DIR-SECTION Programming tools:
- START-INFO-DIR-ENTRY
--* Autoconf: (autoconf).         Create source code configuration scripts.
-+* autoconf: (autoconf)                        Create source code configuration scripts
- END-INFO-DIR-ENTRY
- @end format
diff --git a/autoconf-tmprace.patch b/autoconf-tmprace.patch
deleted file mode 100644 (file)
index 0d1a9dc..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
---- autoconf-2.12/autoconf.sh.race     Thu Aug 27 19:01:23 1998
-+++ autoconf-2.12/autoconf.sh  Thu Aug 27 19:05:04 1998
-@@ -45,7 +45,7 @@
- esac
- : ${TMPDIR=/tmp}
--tmpout=${TMPDIR}/acout.$$
-+tmpout=`/bin/mktemp ${TMPDIR}/acout.XXXXXX`
- localdir=
- show_version=no
-@@ -97,10 +97,10 @@
- trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
--tmpin=${TMPDIR}/acin.$$ # Always set this, to avoid bogus errors from some rm's.
-+tmpin=`/bin/mktemp ${TMPDIR}/acin.XXXXXX`
-+# Always set this, to avoid bogus errors from some rm's.
- if test z$infile = z-; then
-   infile=$tmpin
--  cat > $infile
- elif test ! -r "$infile"; then
-   echo "autoconf: ${infile}: No such file or directory" >&2
-   exit 1
---- autoconf-2.12/autoheader.sh.race   Thu Aug 27 19:05:19 1998
-+++ autoconf-2.12/autoheader.sh        Thu Aug 27 19:08:18 1998
-@@ -194,9 +194,9 @@
-   # Some fgrep's have limits on the number of lines that can be in the
-   # pattern on the command line, so use a temporary file containing the
-   # pattern.
--  (fgrep_tmp=${TMPDIR-/tmp}/autoh$$
-+  (fgrep_tmp=`/bin/mktemp ${TMPDIR-/tmp}/autoh$$.XXXXXX`
-    trap "rm -f $fgrep_tmp; exit 1" 1 2 15
--   cat > $fgrep_tmp <<EOF
-+   cat >> $fgrep_tmp <<EOF
- $syms
- EOF
-    fgrep -f $fgrep_tmp
---- autoconf-2.12/autoupdate.sh.race   Thu Aug 27 19:09:12 1998
-+++ autoconf-2.12/autoupdate.sh        Thu Aug 27 19:10:05 1998
-@@ -26,7 +26,7 @@
- Usage: autoupdate [-h] [--help] [-m dir] [--macrodir=dir] 
-        [--version] [template-file]" 
--sedtmp=/tmp/acups.$$
-+sedtmp=`/bin/mktemp /tmp/acups.XXXXXX`
- # For debugging.
- #sedtmp=/tmp/acups
- show_version=no
This page took 0.102048 seconds and 4 git commands to generate.