summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2011-09-13 11:49:41 +0200
committerThomas Graf <tgraf@redhat.com>2011-09-13 11:49:41 +0200
commit6e5332b82303ee9503a5800ed721c45da254e9eb (patch)
treeae49cde0cb0cc9d97a17b05615be87defb913609
parent226b387557b402843d4fc17b1e62c69138549459 (diff)
downloadlibnl-6e5332b82303ee9503a5800ed721c45da254e9eb.tar.gz
Inform users about changed include location at end of configure script
-rw-r--r--configure.in15
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 -------------------------------------------------------------------------------
+