summaryrefslogtreecommitdiffstats
path: root/macros.cygwin
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2022-01-29 22:59:11 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2022-01-29 22:59:11 -0500
commitaf1dd9a7bec7b14a8b48cac84646e1a0fb1d825f (patch)
tree3793bd22896c78d5daed282c8cb0d99d57658d33 /macros.cygwin
parentbd9b4b5a2c4176ef4e116a5973095eb493a779c1 (diff)
downloadcygwin-filesystem-main.tar.gz
cygwin-filesystem-main.tar.xz
cygwin-filesystem-main.zip
Fix several issuesHEADmain
Diffstat (limited to 'macros.cygwin')
-rw-r--r--macros.cygwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.cygwin b/macros.cygwin
index 14ea80d..9173660 100644
--- a/macros.cygwin
+++ b/macros.cygwin
@@ -48,7 +48,7 @@ run_cygwin_autoreconf() \
eval gettext_`grep '^version=' %{cygwin32_bindir}/autopoint`; \
AUTOPOINT="%{cygwin32_bindir}/autopoint -V $gettext_version" ; export AUTOPOINT; \
fi; \
- autoreconf -fiv \
+ autoreconf -fiv "$@" \
} \
run_cygwin_autoreconf