From d77ddabd462f4c2630347894ea4d42a0e511cbe8 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 9 Jun 2011 11:24:05 +0200 Subject: minor build fixes --- libreport/INSTALL | 14 ++++++++++++++ libreport/Makefile.am | 2 -- libreport/README | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 libreport/INSTALL diff --git a/libreport/INSTALL b/libreport/INSTALL new file mode 100644 index 00000000..9f02e3b2 --- /dev/null +++ b/libreport/INSTALL @@ -0,0 +1,14 @@ +How to install +============== + +1. ./autogen.sh +2. ./configure +3. make +4. make install + +on rpm based distros + +1. ./autogen.sh +2. ./configure +3. make rpm +4. rpm -ivh /*.rpm \ No newline at end of file diff --git a/libreport/Makefile.am b/libreport/Makefile.am index 34319292..4fba6a26 100644 --- a/libreport/Makefile.am +++ b/libreport/Makefile.am @@ -13,12 +13,10 @@ RPM_DIRS = --define "_sourcedir `pwd`" \ --define "_srcrpmdir `pwd`" rpm: - autoconf --force $(MAKE) dist rpmbuild $(RPM_DIRS) -ba libreport.spec srpm: - autoconf --force $(MAKE) dist rpmbuild $(RPM_DIRS) -bs libreport.spec diff --git a/libreport/README b/libreport/README index e69de29b..dea76b65 100644 --- a/libreport/README +++ b/libreport/README @@ -0,0 +1 @@ +Generic library for reporting various problems. Please see INSTALL for build and install steps. \ No newline at end of file -- cgit