Inform users about changed include location at end of configure script
This commit is contained in:
parent
226b387557
commit
6e5332b823
1 changed files with 15 additions and 0 deletions
15
configure.in
15
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 -------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue