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
|