diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-12-12 01:43:19 +0000 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-12-12 01:43:19 +0000 |
commit | fd6746a0cbfb1d250e1e8b29cacedf3cffecd207 (patch) | |
tree | 1e64ddc335f51bd588c5984aa39f300a1970b551 /configure.in | |
parent | 46715d92b2d7710f5c3ed86c4233dbf67db65017 (diff) | |
download | nautilus-fd6746a0cbfb1d250e1e8b29cacedf3cffecd207.tar.gz |
Blabla about rpm 4 on redhat 7.0
* README:
Blabla about rpm 4 on redhat 7.0
* configure.in:
* nautilus.spec.in:
configure now carves the rpm version found into the spec file as a
requirement.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d3647e6c8..1431e9f95 100644 --- a/configure.in +++ b/configure.in @@ -440,6 +440,7 @@ then AC_MSG_RESULT([found $RPM_VERSION, yes]) AC_DEFINE(HAVE_RPM) RPM_LIBS="-lrpm -lz $rpm_libs" + AC_SUBST(RPM_VERSION) build_rpmview=yes rpmversion="$RPM_VERSION" else |