From cfc2e4d4fce72829f3b6f73f758e4cf36760b7a1 Mon Sep 17 00:00:00 2001 From: sk-5 Date: Fri, 7 Aug 2015 12:48:25 -0700 Subject: [PATCH] good god --- autogen.sh | 12 ++++++------ configure | 20 +------------------- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/autogen.sh b/autogen.sh index dca5f52..db31924 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,9 +6,9 @@ test -f configure && autoreconf -i && exit 0 || test -d autom4te.cache && rm -rf autom4te.cache test -d config && rm -rf config -mkdir config || exit 1 -libtoolize --install --copy || exit 1 -aclocal -I config || exit 1 -autoheader || exit 1 -autoconf || exit 1 -automake --add-missing --copy --force || exit 1 \ No newline at end of file +mkdir config +libtoolize --install --copy +aclocal -I config +autoheader +autoconf +automake --add-missing --copy --force \ No newline at end of file diff --git a/configure b/configure index 35091ae..7cbe1c1 100755 --- a/configure +++ b/configure @@ -727,7 +727,6 @@ build_os build_vendor build_cpu build -pkgconfigdir PIPECOLORS_VERSION PIPECOLORS_VERSION_PATCH PIPECOLORS_VERSION_MINOR @@ -773,7 +772,6 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking -with_pkgconfigdir enable_silent_rules enable_dependency_tracking enable_shared @@ -1439,8 +1437,6 @@ Optional Features: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-pkgconfigdir pkg-config installation directory - ['${libdir}/pkgconfig'] --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] @@ -2496,21 +2492,7 @@ PIPECOLORS_VERSION_PATCH=1 PIPECOLORS_VERSION=1.2.1 - - - -# Check whether --with-pkgconfigdir was given. -if test "${with_pkgconfigdir+set}" = set; then : - withval=$with_pkgconfigdir; -else - with_pkgconfigdir='${libdir}/pkgconfig' -fi - -pkgconfigdir=$with_pkgconfigdir - - - - +#PKG_INSTALLDIR ac_config_headers="$ac_config_headers src/config.h"