[Pkg-privacy-commits] [libgsecuredelete] 03/12: Properly check for some programs used by the build system

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 20:07:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to annotated tag 0.2.1
in repository libgsecuredelete.

commit b86046eef3ed1560d81952a5a4cefb1c38dc113f
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Thu Jan 16 02:45:12 2014 +0100

    Properly check for some programs used by the build system
---
 Makefile.am  | 4 ++--
 configure.ac | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 849eabc..8de248e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,8 +18,8 @@ pkglibexec_SCRIPTS = gsd-sfill-helper
 CLEANFILES = $(pkglibexec_SCRIPTS)
 EXTRA_DIST += gsd-sfill-helper.in
 
-compile_script = sed -e 's%[@]SRM_PATH[@]%$(SRM_PATH)%g' \
-                     -e 's%[@]SFILL_PATH[@]%$(SFILL_PATH)%g'
+compile_script = $(SED) -e 's%[@]SRM_PATH[@]%$(SRM_PATH)%g' \
+                        -e 's%[@]SFILL_PATH[@]%$(SFILL_PATH)%g'
 
 gsd-sfill-helper: gsd-sfill-helper.in Makefile
 	$(AM_V_GEN) \
diff --git a/configure.ac b/configure.ac
index a5e78b9..da82c66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,8 @@ AC_SUBST([GSD_LTVERSION])
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 LT_PREREQ([2.2.0])
 LT_INIT
+AC_PROG_SED
+AC_PROG_MKDIR_P
 AM_PROG_VALAC([0.14.2])
 
 GSD_VALADOC_CHECK([0.3.2])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git



More information about the Pkg-privacy-commits mailing list