blob: fcbce7286b41b9d3bb8363a83c57651690726913 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001If for example you build on a machine with /bin/grep, then restore that sstate
2onto a machine with /usr/bin/grep, things will fail. Simply don't bother
3hardcoding paths.
4
5RP 2015/2/3
6
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007Upstream-Status: Inappropriate
8
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009Index: libtool-2.4.5/libtoolize.in
10===================================================================
11--- libtool-2.4.5.orig/libtoolize.in
12+++ libtool-2.4.5/libtoolize.in
13@@ -40,11 +40,11 @@
14
15 : ${AUTOCONF="autoconf"}
16 : ${AUTOMAKE="automake"}
17-: ${EGREP="@EGREP@"}
18-: ${FGREP="@FGREP@"}
19-: ${GREP="@GREP@"}
20-: ${LN_S="@LN_S@"}
21-: ${SED="@SED@"}
22+: ${EGREP="egrep"}
23+: ${FGREP="fgrep"}
24+: ${GREP="grep"}
25+: ${LN_S="ln -s"}
26+: ${SED="sed"}
27
28
29 ## -------------------------- ##