dect
/
libnl
Archived
13
0
Fork 0

Inform users about changed include location at end of configure script

This commit is contained in:
Thomas Graf 2011-09-13 11:49:41 +02:00
parent 226b387557
commit 6e5332b823
1 changed files with 15 additions and 0 deletions

View File

@ -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 -------------------------------------------------------------------------------