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 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
|
||||
mkdir config
|
||||
libtoolize --install --copy
|
||||
aclocal -I config
|
||||
autoheader
|
||||
autoconf
|
||||
automake --add-missing --copy --force
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue