From e3f8fe7293ad8c0defd84a16de0ae26c4628d1d0 Mon Sep 17 00:00:00 2001 From: pabs Date: Thu, 24 Jan 2008 05:31:30 +0000 Subject: [PATCH] Make ETL-config a wrapper around pkg-config. Patch by Ralf Corsepius git-svn-id: http://svn.voria.com/code@1455 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/AUTHORS | 1 + ETL/trunk/ETL-config.in | 28 +++++----------------------- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/ETL/trunk/AUTHORS b/ETL/trunk/AUTHORS index 067eb4d..83446da 100644 --- a/ETL/trunk/AUTHORS +++ b/ETL/trunk/AUTHORS @@ -9,3 +9,4 @@ Paul Wise (pabs) Andreas Jochens Chris Moore (dooglus) Martin Michlmayr +Ralf Corsepius diff --git a/ETL/trunk/ETL-config.in b/ETL/trunk/ETL-config.in index 0808b8b..61bce4f 100644 --- a/ETL/trunk/ETL-config.in +++ b/ETL/trunk/ETL-config.in @@ -1,26 +1,8 @@ #!/bin/sh -prefix=@prefix@ -exec_prefix=@exec_prefix@ - -bindir=@bindir@ -libexecdir=@libexecdir@ -datadir=@datadir@ -sysconfdir=@sysconfdir@ -sharedstatedir=@sharedstatedir@ -localstatedir=@localstatedir@ -libdir=@libdir@ -infodir=@infodir@ -mandir=@mandir@ -includedir=@includedir@ - -LIBS="@LIBS@" - VERSION=@VERSION@ PACKAGE=@PACKAGE@ -CFLAGS=-I$includedir - usage() { cat <