From eb4a259848496b925c81a3dee2ab93f32304f3cb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 5 Nov 2019 19:48:04 +0900 Subject: [PATCH] Avoid build tools messing with VCS or packaging Last-Update: 2016-05-25 Last-Update: 2016-05-25 Gbp-Pq: Name 2002_avoid_upstream_git_or_pkg.patch --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9958f6b..10e0a82 100644 --- a/configure.ac +++ b/configure.ac @@ -719,9 +719,9 @@ AC_CONFIG_FILES([tests/atlocal]) # Collect "GIT" compile-time information to help when debugging FontForge. FONTFORGE_GIT_VERSION="" -if test -d ${srcdir}/.git; then - FONTFORGE_GIT_VERSION=`cd ${srcdir} && git log --pretty=format:'%H' -n 1` -fi +dnl if test -d ${srcdir}/.git; then +dnl FONTFORGE_GIT_VERSION=`cd ${srcdir} && git log --pretty=format:'%H' -n 1` +dnl fi FONTFORGE_DATE_NOW=${SOURCE_DATE_EPOCH:-$(date +'%s')} FONTFORGE_DATE_OPTS="--date=@${FONTFORGE_DATE_NOW}" if ! date --version 2>/dev/null ; then -- 2.30.2