diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-06-23 01:12:53 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2009-06-23 01:24:51 +0200 |
commit | bf4fd3acee4e611afee20025f55454e37813f8ca (patch) | |
tree | d2bc642c03454626551adc86cb56f34e45530f2a /autogen.sh | |
parent | ef8ba32e0ca7ac7bbbaf87f6fd7b197af18aed25 (diff) | |
download | libnl-bf4fd3acee4e611afee20025f55454e37813f8ca.tar.gz |
Move to automake-based build
Issues solved:
* PACKAGE_VERSION was abused for SOVERSION
* unneeded DEP stage
* did not support out-of-tree builds
* no way to turn off silent mode
* overriding CFLAGS at make time was not supported
* no static libs were provided
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..a569614 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +autoreconf -fi; +rm -Rf autom4te.cache; |