summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-01-22 22:20:44 +0000
committerjbj <devnull@localhost>1999-01-22 22:20:44 +0000
commit6503ca3645d71e8f4805e52747ee33d20b2217d8 (patch)
tree7a37e643cb823afc1c0f67bf940bbd1eaf4dc588 /tests
parentd635ea8d0987019dc8a20ca4a6da72180b2d5872 (diff)
downloadrpm-6503ca3645d71e8f4805e52747ee33d20b2217d8.tar.gz
rpm-6503ca3645d71e8f4805e52747ee33d20b2217d8.tar.bz2
rpm-6503ca3645d71e8f4805e52747ee33d20b2217d8.zip
Do only string replacement (w/o -C) in %configure for now.
CVS patchset: 2747 CVS date: 1999/01/22 22:20:44
Diffstat (limited to 'tests')
-rw-r--r--tests/macros.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/macros.in b/tests/macros.in
index dfcdd4995..e44952879 100644
--- a/tests/macros.in
+++ b/tests/macros.in
@@ -113,8 +113,6 @@
# gotcha is that arguments, if present, should be on the same line as the
# %configure.
#
-%configure(C:) \
- %{-C:pushd %{-C*}} \
+%configure \
%{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} \
- CFLAGS="%{optflags}" ./configure %{_build} --prefix=%{_prefix} \
- %{-C:popd}
+ CFLAGS="%{optflags}" ./configure %{_target} --prefix=%{_prefix}