summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-06-09 11:24:05 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-06-09 11:24:05 +0200
commitd77ddabd462f4c2630347894ea4d42a0e511cbe8 (patch)
treec712bee0c3afb51694a0781ec15f5275cef76c1e
parent1bd7646c8536e7cb1731aceb294233ef55a2a0c0 (diff)
downloadabrt-d77ddabd462f4c2630347894ea4d42a0e511cbe8.tar.gz
abrt-d77ddabd462f4c2630347894ea4d42a0e511cbe8.tar.xz
abrt-d77ddabd462f4c2630347894ea4d42a0e511cbe8.zip
minor build fixes
-rw-r--r--libreport/INSTALL14
-rw-r--r--libreport/Makefile.am2
-rw-r--r--libreport/README1
3 files changed, 15 insertions, 2 deletions
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 <ARCH>/*.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