diff options
author | Thomas Graf <tgraf@redhat.com> | 2011-09-13 09:49:41 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@redhat.com> | 2011-09-13 09:49:41 (GMT) |
commit | 6e5332b82303ee9503a5800ed721c45da254e9eb (patch) | |
tree | ae49cde0cb0cc9d97a17b05615be87defb913609 | |
parent | 226b387557b402843d4fc17b1e62c69138549459 (diff) | |
download | libnl-6e5332b82303ee9503a5800ed721c45da254e9eb.zip libnl-6e5332b82303ee9503a5800ed721c45da254e9eb.tar.gz libnl-6e5332b82303ee9503a5800ed721c45da254e9eb.tar.bz2 |
Inform users about changed include location at end of configure script
-rw-r--r-- | configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 4eb5420..2ee35c3 100644 --- a/configure.in +++ b/configure.in @@ -50,3 +50,18 @@ AC_CONFIG_FILES([Makefile doc/Doxyfile doc/Makefile lib/Makefile python/netlink/route/Makefile include/netlink/version.h]) AC_OUTPUT + +echo ------------------------------------------------------------------------------- +echo NOTE +echo +echo Headers will be installed in ${includedir}/libnl${MAJ_VERSION} starting with +echo version 3.2. If you are using pkg-config things should continue to work as +echo expected, otherwise you will have to extend the CLFAGS of your project with +echo +echo -I${includedir}/libnl${MAJ_VERSION} +echo +echo Also, pkg-config files for sub libraries have been added, so you can +echo verify their presence +echo +echo ------------------------------------------------------------------------------- + |