blob: b2239fbade978b04d579656072b392c3a87d3e0c [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
7Index: libtool-2.4.5/libtoolize.in
8===================================================================
9--- libtool-2.4.5.orig/libtoolize.in
10+++ libtool-2.4.5/libtoolize.in
11@@ -40,11 +40,11 @@
12
13 : ${AUTOCONF="autoconf"}
14 : ${AUTOMAKE="automake"}
15-: ${EGREP="@EGREP@"}
16-: ${FGREP="@FGREP@"}
17-: ${GREP="@GREP@"}
18-: ${LN_S="@LN_S@"}
19-: ${SED="@SED@"}
20+: ${EGREP="egrep"}
21+: ${FGREP="fgrep"}
22+: ${GREP="grep"}
23+: ${LN_S="ln -s"}
24+: ${SED="sed"}
25
26
27 ## -------------------------- ##