diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2010-02-25 15:22:14 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2010-02-25 15:23:51 -0500 |
commit | bcfa72ed644f9644eaa3fa52e66449aedfe47974 (patch) | |
tree | a4e492fd26dce738ad27bdbd1369b611fa467b89 /grapher | |
parent | 4bfb04268d548c4d711784de6b129aef2fc1577b (diff) | |
download | systemtap-steved-bcfa72ed644f9644eaa3fa52e66449aedfe47974.tar.gz systemtap-steved-bcfa72ed644f9644eaa3fa52e66449aedfe47974.tar.xz systemtap-steved-bcfa72ed644f9644eaa3fa52e66449aedfe47974.zip |
PR11114: simplify librpm autoconf
* configure.ac: Check for -lrpm with simple AC_CHECK_LIB.
* Makefile.am: Forget about @rpm_LIBS@
Diffstat (limited to 'grapher')
-rw-r--r-- | grapher/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/grapher/Makefile.in b/grapher/Makefile.in index 35c83ac0..644a9b99 100644 --- a/grapher/Makefile.in +++ b/grapher/Makefile.in @@ -171,8 +171,6 @@ PIELDFLAGS = @PIELDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ PUBLICAN_BRAND = @PUBLICAN_BRAND@ RANLIB = @RANLIB@ -RPM_CFLAGS = @RPM_CFLAGS@ -RPM_LIBS = @RPM_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -227,7 +225,6 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -rpm_LIBS = @rpm_LIBS@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sqlite3_LIBS = @sqlite3_LIBS@ |