packaging: remove the --with-pkgconfigdir option
It was not necessary and would only confuse packagers.
This commit is contained in:
parent
c7ee71f792
commit
81b2faebd4
|
@ -32,6 +32,7 @@ noinst_HEADERS += src/field_gmp_impl.h
|
||||||
noinst_HEADERS += src/field.h
|
noinst_HEADERS += src/field.h
|
||||||
noinst_HEADERS += src/field_impl.h
|
noinst_HEADERS += src/field_impl.h
|
||||||
|
|
||||||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = libsecp256k1.pc
|
pkgconfig_DATA = libsecp256k1.pc
|
||||||
|
|
||||||
if USE_ASM
|
if USE_ASM
|
||||||
|
|
|
@ -15,11 +15,6 @@ AC_PROG_INSTALL
|
||||||
AC_PROG_SED
|
AC_PROG_SED
|
||||||
PKG_PROG_PKG_CONFIG
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH],
|
|
||||||
[Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]),
|
|
||||||
[pkgconfigdir="$withval"], [pkgconfigdir='${libdir}/pkgconfig'])
|
|
||||||
AC_SUBST([pkgconfigdir])
|
|
||||||
|
|
||||||
AC_PROG_CC_C99
|
AC_PROG_CC_C99
|
||||||
if test x"$ac_cv_prog_cc_c99" == x"no"; then
|
if test x"$ac_cv_prog_cc_c99" == x"no"; then
|
||||||
AC_MSG_ERROR([c99 compiler support required])
|
AC_MSG_ERROR([c99 compiler support required])
|
||||||
|
|
Loading…
Reference in New Issue