diff options
author | fche <fche> | 2005-11-02 01:46:39 +0000 |
---|---|---|
committer | fche <fche> | 2005-11-02 01:46:39 +0000 |
commit | 5c74259593cafa36ea62cb9c8f4a6bb36a7565ab (patch) | |
tree | 340d75b88ea0b0d98d7581ce6e57f4de5dd08892 /configure.ac | |
parent | d23a2349f1932ed58bb64958a83766141b773b5a (diff) | |
download | systemtap-steved-5c74259593cafa36ea62cb9c8f4a6bb36a7565ab.tar.gz systemtap-steved-5c74259593cafa36ea62cb9c8f4a6bb36a7565ab.tar.xz systemtap-steved-5c74259593cafa36ea62cb9c8f4a6bb36a7565ab.zip |
2005-11-01 Frank Ch. Eigler <fche@elastic.org>
Sound advice from <drepper@redhat.com>:
* configure.ac: Undo last change.
* configure.ac: Unregenerated.
* parse.cxx: Use glibc strverscmp function instead of rpmlib.
* stap.1.in: Update correspondingly.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 3d7d81ef..88e68f06 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,6 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET AC_SUBST(CFLAGS) AC_SUBST(CXXFLAGS) -CPPFLAGS="$CPPFLAGS -I/usr/include/rpm" -AC_SUBST(CPPFLAGS) dnl Need libdwfl-capable recent elfutils from Fedora save_LIBS="$LIBS" @@ -32,12 +30,6 @@ stap_LIBS="$LIBS" LIBS="$SAVE_LIBS" AC_SUBST(stap_LIBS) -dnl Need rpmlib for rpmvercmp -AC_CHECK_HEADERS([rpmlib.h],,[ - AC_MSG_ERROR([systemtap requires rpmlib.h])]) -AC_CHECK_LIB([rpm], [rpmvercmp],,[ - AC_MSG_ERROR([systemtap requires librpm])]) - dnl Plop in the build (configure) date date=`date +%Y-%m-%d` AC_DEFINE_UNQUOTED(DATE, "$date", [Configuration/build date]) |