File: 0125-skip-configure.patch

package info (click to toggle)
gpredict 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,920 kB
  • sloc: ansic: 39,846; makefile: 486; python: 145; sh: 85; xml: 31
file content (16 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Helmut Grohne <helmut@subdivi.de>
Subject: avoid failing configure during ./autogen.sh, let dh_auto_configure call it

--- a/autogen.sh
+++ b/autogen.sh
@@ -50,9 +50,7 @@
 echo "- autoconf."		&& \
   autoconf			&& \
 echo "- automake."		&& \
-  automake --add-missing --gnu	&& \
-echo				&& \
-  ./configure "$@"		&& exit 0
+  automake --add-missing --gnu	&& exit 0
 
 exit 1