summaryrefslogtreecommitdiffstats
path: root/macros.cygwin32
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-03-04 12:16:03 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2015-03-04 12:16:03 -0600
commitb23b8a7a0a41edecd3ec66d77d409f4c3d0beb04 (patch)
tree41542a8cf6b08d3f1398910a6de6b5cd7c592706 /macros.cygwin32
parent624e7a9cd53c490c393fd6f9bcccb26517d7d593 (diff)
downloadcygwin-filesystem-b23b8a7a0a41edecd3ec66d77d409f4c3d0beb04.tar.gz
cygwin-filesystem-b23b8a7a0a41edecd3ec66d77d409f4c3d0beb04.tar.xz
cygwin-filesystem-b23b8a7a0a41edecd3ec66d77d409f4c3d0beb04.zip
Add %cygwin_autoreconf
Diffstat (limited to 'macros.cygwin32')
-rw-r--r--macros.cygwin3214
1 files changed, 1 insertions, 13 deletions
diff --git a/macros.cygwin32 b/macros.cygwin32
index 971deea..7330796 100644
--- a/macros.cygwin32
+++ b/macros.cygwin32
@@ -109,23 +109,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 %{cygwin32_datadir}/aclocal ]; then \
- ACLOCAL_FLAGS="-I %{cygwin32_datadir}/aclocal"; export ACLOCAL_FLAGS; \
- ACLOCAL="%{_bindir}/aclocal $ACLOCAL_FLAGS"; export ACLOCAL; \
- fi; \
- if [ -x %{cygwin32_bindir}/autopoint ]; then \
- eval gettext_`grep '^version=' %{cygwin32_bindir}/autopoint`; \
- AUTOPOINT="%{cygwin32_bindir}/autopoint -V $gettext_version" ; export AUTOPOINT; \
- fi; \
- if [ -x %{cygwin32_bindir}/libtoolize ]; then \
- LIBTOOLIZE=%{cygwin32_bindir}/libtoolize; export LIBTOOLIZE; \
- fi; \
unset x i
%cygwin32_pkg_config %{cygwin32_target}-pkg-config
-%cygwin32_autoreconf %{cygwin32_env} ; \
- autoreconf -f -i -I %{cygwin32_datadir}/aclocal
+%cygwin32_autoreconf %{cygwin_autoreconf}
%cygwin32_configure %{cygwin32_env} ; \
unset PKG_CONFIG_LIBDIR PKG_CONFIG_SYSTEM_INCLUDE_PATH PKG_CONFIG_SYSTEM_LIBRARY_PATH; \\\