|
@@ -39,7 +39,9 @@ define autoreconf
|
|
[ -e $(p)/config.rpath ] || \
|
|
[ -e $(p)/config.rpath ] || \
|
|
ln -s $(SCRIPT_DIR)/config.rpath $(p)/config.rpath; \
|
|
ln -s $(SCRIPT_DIR)/config.rpath $(p)/config.rpath; \
|
|
touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; \
|
|
touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; \
|
|
- $(AM_TOOL_PATHS) $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
|
|
|
|
|
|
+ $(AM_TOOL_PATHS) \
|
|
|
|
+ LIBTOOLIZE='$(STAGING_DIR_HOST)/bin/libtoolize --install' \
|
|
|
|
+ $(STAGING_DIR_HOST)/bin/autoreconf -v -f -i -s \
|
|
$(if $(word 2,$(3)),--no-recursive) \
|
|
$(if $(word 2,$(3)),--no-recursive) \
|
|
-B $(STAGING_DIR_HOST)/share/aclocal \
|
|
-B $(STAGING_DIR_HOST)/share/aclocal \
|
|
$(patsubst %,-I %,$(5)) \
|
|
$(patsubst %,-I %,$(5)) \
|