diff options
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -9,6 +9,10 @@ aclocal -I m4 | |||
| 9 | autoheader | 9 | autoheader |
| 10 | automake --add-missing | 10 | automake --add-missing |
| 11 | autoconf | 11 | autoconf |
| 12 | requires_pkgconfig=`which pkg-config 2>&1 >/dev/null` | ||
| 13 | if [ $? -ne 0 ]; then | ||
| 14 | echo "Missing required pkg-config. Please install it on your system and run again." | ||
| 15 | fi | ||
| 12 | 16 | ||
| 13 | if [ -z "$NOCONFIGURE" ]; then | 17 | if [ -z "$NOCONFIGURE" ]; then |
| 14 | ./configure "$@" | 18 | ./configure "$@" |
