Description: Debian-specific updates to configuration file
Author: Julian Gilbey <jdg@debian.org>
Forwarded: not-needed

--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@
 AC_PATH_PROG(POTRACE, potrace, none)
 AC_SUBST(PYTHON)
 
-export VERSION="1.2.19"
+export VERSION="1.2.20+git20191022.3b4bc2e"
 
 AC_SUBST(VERSION)
 AC_SUBST(EXEEXT)
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -2,7 +2,7 @@
 
 PY_MODULES= afm.py tfm.py
 FILES= mftrace.py GNUmakefile.in \
-	gf2pbm.c mftrace.1 \
+	gf2pbm.c gf2pbm.1 mftrace.1 \
 	COPYING \
 	README.texi README.txt ChangeLog \
 	mftrace.spec.in mftrace.spec \
@@ -37,7 +37,7 @@
 compile: mftrace gf2pbm
 
 version.texi: GNUmakefile
-	echo -e '@macro mftversion\n$(VERSION)\n@end macro\n' > $@
+	printf '@macro mftversion\n$(VERSION)\n@end macro\n' > $@
 
 README.txt: README.texi version.texi
 	makeinfo --no-split --no-headers --output $@  $<
