File: bootstrap.patch

package info (click to toggle)
rheolef 7.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 88,200 kB
  • sloc: cpp: 110,259; sh: 16,733; makefile: 5,406; python: 1,391; yacc: 218; javascript: 203; xml: 191; awk: 61; sed: 5
file content (16 lines) | stat: -rw-r--r-- 663 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not fiddle with quilt files in .pc directory
Author: Santiago Vila <sanvila@debian.org>
Bug-Debian: https://bugs.debian.org/1045902
Last-Update: 2026-01-02

--- rheolef-7.2.orig/bootstrap
+++ rheolef-7.2/bootstrap
@@ -85,7 +85,7 @@ fi
 	${ACLOCAL} -I config						&& \
 	autoheader -B config						&& \
 	autoconf   -B config 						&& \
-	${AUTOMAKE} ${AM_ADD} `find . -name Makefile.am | grep -v libltdl | sed -e 's%\.am$%%' -e 's%\./%%'` &&
+	${AUTOMAKE} ${AM_ADD} `find * -name Makefile.am | grep -v libltdl | sed -e 's%\.am$%%' -e 's%\./%%'` &&
         chmod 666 INSTALL &&
         grep '^dnl #' configure.ac | sed -e 's/^dnl #//' > INSTALL