[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [PATCH] partially revert commit fc06a60f
From: |
Kent R. Spillner |
Subject: |
[Quilt-dev] [PATCH] partially revert commit fc06a60f |
Date: |
Tue, 3 Jun 2014 13:18:37 -0500 |
Commit 48ff26d6 already added a QUILT_COMPAT_PROG_PATH line for cp to
configure.ac, and the corresponding CP variable in Makefile.in. I
don't know how I missed this originally; sorry for the churn!
Signed-off-by: Kent R. Spillner <address@hidden>
---
Makefile.in | 1 -
configure.ac | 1 -
2 files changed, 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index d03591a..ac8a5ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,7 +42,6 @@ MSGCAT := @MSGCAT@
DIFFSTAT := @DIFFSTAT@
RPMBUILD := @RPMBUILD@
SENDMAIL := @SENDMAIL@
-CP := @CP@
MD5SUM := @MD5SUM@
USE_NLS := @USE_NLS@
diff --git a/configure.ac b/configure.ac
index 9c04d24..e5db75f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,7 +367,6 @@ fi
QUILT_COMPAT_PROG_PATH(SENDMAIL, sendmail, [], [/usr/sbin])
-QUILT_COMPAT_PROG_PATH(CP, cp, [cp])
QUILT_COMPAT_PROG_PATH(MD5SUM, md5sum, [gmd5sum md5sum])
AC_PATH_PROG(MSGMERGE, [msgmerge])
--
1.9.3
- [Quilt-dev] [PATCH] partially revert commit fc06a60f,
Kent R. Spillner <=