good god
This commit is contained in:
parent
9c3d03fc61
commit
cfc2e4d4fc
12
autogen.sh
12
autogen.sh
|
@ -6,9 +6,9 @@ test -f configure && autoreconf -i && exit 0 ||
|
||||||
|
|
||||||
test -d autom4te.cache && rm -rf autom4te.cache
|
test -d autom4te.cache && rm -rf autom4te.cache
|
||||||
test -d config && rm -rf config
|
test -d config && rm -rf config
|
||||||
mkdir config || exit 1
|
mkdir config
|
||||||
libtoolize --install --copy || exit 1
|
libtoolize --install --copy
|
||||||
aclocal -I config || exit 1
|
aclocal -I config
|
||||||
autoheader || exit 1
|
autoheader
|
||||||
autoconf || exit 1
|
autoconf
|
||||||
automake --add-missing --copy --force || exit 1
|
automake --add-missing --copy --force
|
|
@ -727,7 +727,6 @@ build_os
|
||||||
build_vendor
|
build_vendor
|
||||||
build_cpu
|
build_cpu
|
||||||
build
|
build
|
||||||
pkgconfigdir
|
|
||||||
PIPECOLORS_VERSION
|
PIPECOLORS_VERSION
|
||||||
PIPECOLORS_VERSION_PATCH
|
PIPECOLORS_VERSION_PATCH
|
||||||
PIPECOLORS_VERSION_MINOR
|
PIPECOLORS_VERSION_MINOR
|
||||||
|
@ -773,7 +772,6 @@ SHELL'
|
||||||
ac_subst_files=''
|
ac_subst_files=''
|
||||||
ac_user_opts='
|
ac_user_opts='
|
||||||
enable_option_checking
|
enable_option_checking
|
||||||
with_pkgconfigdir
|
|
||||||
enable_silent_rules
|
enable_silent_rules
|
||||||
enable_dependency_tracking
|
enable_dependency_tracking
|
||||||
enable_shared
|
enable_shared
|
||||||
|
@ -1439,8 +1437,6 @@ Optional Features:
|
||||||
Optional Packages:
|
Optional Packages:
|
||||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||||
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
--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
|
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
|
||||||
both]
|
both]
|
||||||
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
|
--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
|
PIPECOLORS_VERSION=1.2.1
|
||||||
|
|
||||||
|
|
||||||
|
#PKG_INSTALLDIR
|
||||||
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_headers="$ac_config_headers src/config.h"
|
ac_config_headers="$ac_config_headers src/config.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue