|
Lines 303-309
Link Here
|
| 303 |
.if !target(patch-autotools) |
303 |
.if !target(patch-autotools) |
| 304 |
patch-autotools:: |
304 |
patch-autotools:: |
| 305 |
. if defined(AUTOTOOL_libtool) |
305 |
. if defined(AUTOTOOL_libtool) |
| 306 |
@(cd ${PATCH_WRKSRC}; \ |
306 |
@(cd ${CONFIGURE_WRKSRC}; \ |
| 307 |
for file in ${LIBTOOLFILES}; do \ |
307 |
for file in ${LIBTOOLFILES}; do \ |
| 308 |
${CP} $$file $$file.tmp; \ |
308 |
${CP} $$file $$file.tmp; \ |
| 309 |
${SED} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ |
309 |
${SED} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ |