File: dont-specify-automake-and-autoconf-version.patch

package info (click to toggle)
pam-shield 0.9.6-1.3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,432 kB
  • ctags: 240
  • sloc: sh: 11,186; ansic: 1,086; makefile: 91
file content (18 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: not specify automake/conf version
Bug-Debian: http://bugs.debian.org/579514

Origin: vendor
Forwarded: no
Last-Update: 2013-10-06

--- pam-shield-0.9.6.orig/autogen.sh
+++ pam-shield-0.9.6/autogen.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export AUTOMAKE=/usr/bin/automake-1.11
-export ACLOCAL=/usr/bin/aclocal-1.11
+export AUTOMAKE=/usr/bin/automake
+export ACLOCAL=/usr/bin/aclocal
 
 exec autoreconf -fi;