File: evil-autogen_sh.patch

package info (click to toggle)
fprint-demo 20080303git-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 384 kB
  • sloc: ansic: 1,513; makefile: 35; sh: 3
file content (12 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Avoid to exec configure twice
Upstream autogen.sh carries a configure that can't handle (*)FLAGS
Author: Ulises Vitulli <dererk@debian.org>
Last-Update: <2010-06-04>

--- fprint-demo-20080303git.orig/autogen.sh
+++ fprint-demo-20080303git/autogen.sh
@@ -2,4 +2,3 @@
 aclocal || exit 1
 autoconf || exit 1
 automake -a -c || exit 1
-./configure --enable-maintainer-mode $*