ae69000001
* arduino and antiword is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
26 lines
794 B
Diff
26 lines
794 B
Diff
diff --git build-aux/run-ag.sh build-aux/run-ag.sh
|
|
index 6ee7b85..f604462 100755
|
|
--- a/build-aux/run-ag.sh
|
|
+++ b/build-aux/run-ag.sh
|
|
@@ -25,7 +25,7 @@
|
|
# any containing directory must be created. The target is created with a
|
|
# very old time stamp.
|
|
#
|
|
-AGexe=/u/bkorb/tools/ag/autogen-bld/agen5/.libs/autogen
|
|
+AGexe=/usr/bin/autogen
|
|
find_exe() {
|
|
eval local exe=\${$1}
|
|
test -x "$exe" && return 0
|
|
diff --git getdefs/Makefile.in getdefs/Makefile.in
|
|
index 058d0a6..7a17783 100644
|
|
--- a/getdefs/Makefile.in
|
|
+++ b/getdefs/Makefile.in
|
|
@@ -275,7 +275,7 @@ AG_STATIC_AUTOGEN = @AG_STATIC_AUTOGEN@
|
|
AG_TIMEOUT = @AG_TIMEOUT@
|
|
AG_VERSION = @AG_VERSION@
|
|
AG_XML2 = @AG_XML2@
|
|
-AGexe = @AGexe@
|
|
+AGexe = /usr/bin/autogen
|
|
AGnam = @AGnam@
|
|
AMTAR = @AMTAR@
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|