configure.in: set default value for RPM. (Tim Mooney)
authorjbj <devnull@localhost>
Fri, 6 Nov 1998 22:55:30 +0000 (22:55 +0000)
committerjbj <devnull@localhost>
Fri, 6 Nov 1998 22:55:30 +0000 (22:55 +0000)
CVS patchset: 2525
CVS date: 1998/11/06 22:55:30

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 0465d6b..5612804 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,7 @@
        - there must be a { between two % in a query format (unless %% is used)
 
 2.5.5 -> 2.5.6:
+       - configure.in: set default value for RPM. (Tim Mooney)
        - add new Epoch: keyword just like Serial:.
        - update Russian translation w man pages.
        - solaris: don't attempt static link. (Tim Mooney)
index 5fe0858..e463bd1 100644 (file)
@@ -14,7 +14,7 @@ AC_CANONICAL_HOST
 dnl XXX AM_MAINTAINER_MODE
 
 dnl Set of available languages.
-ALL_LINGUAS="cz de fi fr pt_BR ru sk sr sv tr"
+ALL_LINGUAS="cs de fi fr pt_BR ru sk sr sv tr"
 
 LIBOBJS=
 
@@ -87,6 +87,8 @@ else
 fi
 AC_MSG_RESULT($LDFLAGS_STATIC)
 
+dnl make sure we set a default for RPM.
+RPM=rpm.shared
 if test -n "$LDFLAGS_STATIC"
 then
   AC_CHECKING(if we can link dynamically and still access the services switch)