This website requires JavaScript.
Explore
Help
Sign in
stv0g
/
libnl
Watch
1
Star
0
Fork
You've already forked libnl
0
Code
Issues
Pull requests
Releases
Wiki
Activity
bda0f668b6
libnl
/
autogen.sh
7 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
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>
2009-06-23 01:12:53 +02:00
#!/bin/bash
autoreconf -fi
;
rm -Rf autom4te.cache
;
doc: Split doc/ into separate packages Separates all the documentation generation trickery to its own configure.in and allows to easily generate a pre built doc dist file for distribution. Arguments to configure will be passed on to doc/configure Signed-off-by: Thomas Graf <tgraf@redhat.com>
2012-10-19 16:16:06 +02:00
doc/autogen.sh
Reference in a new issue
Copy permalink