summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-06-22 14:56:30 +0200
committerGergely Nagy <algernon@balabit.hu>2012-06-22 14:58:14 +0200
commit2b5f3d06f792755e90f9684143762ef47ae9c18b (patch)
treef2b2642388492e423be26027c6b2cf603750ea6f
parentb7e035f9f3c5be98e289d343eed803dd199637d1 (diff)
downloadlibumberlog-2b5f3d06f792755e90f9684143762ef47ae9c18b.tar.gz
libumberlog-2b5f3d06f792755e90f9684143762ef47ae9c18b.tar.xz
libumberlog-2b5f3d06f792755e90f9684143762ef47ae9c18b.zip
Remove autogen.sh
With the latest patch, we can use autoreconf -i to get the job that autogen.sh did, done. So there's no need to have the latter here anymore. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-rw-r--r--README.rst2
-rwxr-xr-xautogen.sh7
2 files changed, 1 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 5e2b792..8a23350 100644
--- a/README.rst
+++ b/README.rst
@@ -73,7 +73,7 @@ The library follows the usual autotools way of installation:
$ git clone git://github.com/algernon/libumberlog.git
$ cd libumberlog
- $ ./autogen.sh
+ $ autoreconf -i
$ ./configure && make && make install
.. image:: https://secure.travis-ci.org/algernon/libumberlog.png?branch=master
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index f8a95cd..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-libtoolize --force --copy --automake
-aclocal -I m4 --install
-autoheader
-automake --add-missing --copy
-autoconf