diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-06-22 14:56:30 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-06-22 14:58:14 +0200 |
| commit | 2b5f3d06f792755e90f9684143762ef47ae9c18b (patch) | |
| tree | f2b2642388492e423be26027c6b2cf603750ea6f | |
| parent | b7e035f9f3c5be98e289d343eed803dd199637d1 (diff) | |
| download | libumberlog-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.rst | 2 | ||||
| -rwxr-xr-x | autogen.sh | 7 |
2 files changed, 1 insertions, 8 deletions
@@ -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 |
