summaryrefslogtreecommitdiffstats
path: root/macros.cygwin64
diff options
context:
space:
mode:
Diffstat (limited to 'macros.cygwin64')
-rw-r--r--macros.cygwin6414
1 files changed, 1 insertions, 13 deletions
diff --git a/macros.cygwin64 b/macros.cygwin64
index 81f33b9..92b0d83 100644
--- a/macros.cygwin64
+++ b/macros.cygwin64
@@ -110,23 +110,11 @@ package or when debugging this package. \
declare -x $x="$i" ; export $x; \
declare -x ac_cv_path_$x="$i" ; export ac_cv_path_$x; \
done; \
- if [ -d %{cygwin64_datadir}/aclocal ]; then \
- ACLOCAL_FLAGS="-I %{cygwin64_datadir}/aclocal"; export ACLOCAL_FLAGS; \
- ACLOCAL="%{_bindir}/aclocal $ACLOCAL_FLAGS"; export ACLOCAL; \
- fi; \
- if [ -x %{cygwin64_bindir}/autopoint ]; then \
- eval gettext_`grep '^version=' %{cygwin64_bindir}/autopoint`; \
- AUTOPOINT="%{cygwin64_bindir}/autopoint -V $gettext_version" ; export AUTOPOINT; \
- fi; \
- if [ -x %{cygwin64_bindir}/libtoolize ]; then \
- LIBTOOLIZE=%{cygwin64_bindir}/libtoolize; export LIBTOOLIZE; \
- fi; \
unset x i
%cygwin64_pkg_config %{cygwin64_target}-pkg-config
-%cygwin64_autoreconf %{cygwin64_env} ; \
- autoreconf -f -i -I %{cygwin64_datadir}/aclocal
+%cygwin64_autoreconf %{cygwin_autoreconf}
%cygwin64_configure %{cygwin64_env} ; \
unset PKG_CONFIG_LIBDIR PKG_CONFIG_SYSTEM_INCLUDE_PATH PKG_CONFIG_SYSTEM_LIBRARY_PATH; \\\