From 75d39e69595c7d6530c397bd0d2da654678994c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Brosnan=20Bl=C3=A1zquez?= Date: Tue, 7 Apr 2015 09:18:18 +0000 Subject: [PATCH] libvortex-1.1: * [fix] Updated autogen.sh to allow supporting Centos packaging.. --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index e433dc3a..cf33e0c0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -56,6 +56,8 @@ PACKAGE="Vortex Library 1.1: A BEEP (RFC3080/RFC3081) implementation." echo "Generating configuration files for $PACKAGE, please wait...." echo; +export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig + touch NEWS README AUTHORS ChangeLog libtoolize --force; aclocal $ACLOCAL_FLAGS;