diff options
author | jbj <devnull@localhost> | 1999-01-22 22:20:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-22 22:20:44 +0000 |
commit | 6503ca3645d71e8f4805e52747ee33d20b2217d8 (patch) | |
tree | 7a37e643cb823afc1c0f67bf940bbd1eaf4dc588 /tests | |
parent | d635ea8d0987019dc8a20ca4a6da72180b2d5872 (diff) | |
download | librpm-tizen-6503ca3645d71e8f4805e52747ee33d20b2217d8.tar.gz librpm-tizen-6503ca3645d71e8f4805e52747ee33d20b2217d8.tar.bz2 librpm-tizen-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.in | 6 |
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} |