File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,12 @@ src_prepare() {
101101
102102 # Regenerate autotools
103103 # configure
104+ touch depcomp
104105 find . -name configure | sed ' s:/configure::' | while read d; do
105106 pushd " ${d} "
106107 AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fiv
107108 popd
108109 done
109- # Because GCC is stupid, copy depcomp back in
110- cp " ${PREFIX} /share/automake-1.15/depcomp" .
111110 # Makefile.in only
112111 BACK=" ${PWD} "
113112 find . -type d \
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ src_prepare() {
138138
139139 # Regenerate autotools
140140 # configure
141+ touch depcomp
141142 find . -name configure | sed ' s:/configure::' | while read d; do
142143 pushd " ${d} "
143144 AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fiv
You can’t perform that action at this time.
0 commit comments