Skip to content
Snippets Groups Projects
Commit 9b4f2d86 authored by Yorhel's avatar Yorhel
Browse files

configure: Use PKG_PROG_PKG_CONFIG + mention pkg-config dep in README

parent 1324d454
No related branches found
No related tags found
No related merge requests found
...@@ -26,14 +26,14 @@ INSTALL ...@@ -26,14 +26,14 @@ INSTALL
make install make install
If you're building directly from the git repository, make sure you have perl If you're building directly from the git repository, make sure you have perl
(or rather, pod2man) and GNU autoconf/automake installed, then run (or rather, pod2man), pkg-config and GNU autoconf/automake installed, then
'autoreconf -i', and you're ready to continue with the usual ./configure and run 'autoreconf -i', and you're ready to continue with the usual ./configure
make route. and make route.
COPYING COPYING
Copyright (c) 2007-2012 Yoran Heling Copyright (c) 2007-2013 Yoran Heling
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
......
...@@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects]) ...@@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_PROG_CC AC_PROG_CC
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_RANLIB AC_PROG_RANLIB
PKG_PROG_PKG_CONFIG
# Check for header files. # Check for header files.
AC_CHECK_HEADERS( AC_CHECK_HEADERS(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment