buildsystem: further cleanup
This commit is contained in:
parent
a886cb82fb
commit
9e45a5ca19
12 changed files with 0 additions and 36 deletions
|
@ -332,7 +332,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
|
@ -290,7 +290,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
|
@ -295,7 +295,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
12
configure
vendored
12
configure
vendored
|
@ -668,7 +668,6 @@ PKG_CONFIG
|
||||||
ZLIB_LD
|
ZLIB_LD
|
||||||
ENCSPEED
|
ENCSPEED
|
||||||
ALLOCA
|
ALLOCA
|
||||||
VICONF
|
|
||||||
CRYPT_LIB
|
CRYPT_LIB
|
||||||
PKGLIBEXECDIR
|
PKGLIBEXECDIR
|
||||||
pkglibexecdir
|
pkglibexecdir
|
||||||
|
@ -13456,9 +13455,6 @@ eval "LTDLOPEN=\"$libname_spec\""
|
||||||
|
|
||||||
|
|
||||||
build_ltdl=$with_included_ltdl
|
build_ltdl=$with_included_ltdl
|
||||||
#if test x"$build_ltdl" = x"yes"; then
|
|
||||||
# AC_CONFIG_SUBDIRS([libltdl])
|
|
||||||
#fi
|
|
||||||
if test x"$build_ltdl" = x"yes"; then
|
if test x"$build_ltdl" = x"yes"; then
|
||||||
BUILD_LTDL_TRUE=
|
BUILD_LTDL_TRUE=
|
||||||
BUILD_LTDL_FALSE='#'
|
BUILD_LTDL_FALSE='#'
|
||||||
|
@ -15077,14 +15073,6 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$ac_cv_header_sys_wait_h" = yes -o "$ac_cv_header_wait_h" = yes; then
|
|
||||||
VICONF=viconf
|
|
||||||
else
|
|
||||||
VICONF=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
|
||||||
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
|
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
|
||||||
if ${ac_cv_c_bigendian+:} false; then :
|
if ${ac_cv_c_bigendian+:} false; then :
|
||||||
|
|
14
configure.ac
14
configure.ac
|
@ -27,9 +27,6 @@ LT_CONFIG_LTDL_DIR([libltdl])
|
||||||
LTDL_INIT
|
LTDL_INIT
|
||||||
|
|
||||||
build_ltdl=$with_included_ltdl
|
build_ltdl=$with_included_ltdl
|
||||||
#if test x"$build_ltdl" = x"yes"; then
|
|
||||||
# AC_CONFIG_SUBDIRS([libltdl])
|
|
||||||
#fi
|
|
||||||
AM_CONDITIONAL([BUILD_LTDL], [test x"$build_ltdl" = x"yes"])
|
AM_CONDITIONAL([BUILD_LTDL], [test x"$build_ltdl" = x"yes"])
|
||||||
|
|
||||||
if test "$ac_cv_c_compiler_gnu" = yes; then
|
if test "$ac_cv_c_compiler_gnu" = yes; then
|
||||||
|
@ -167,17 +164,6 @@ fi
|
||||||
|
|
||||||
AC_SUBST(CRYPT_LIB)
|
AC_SUBST(CRYPT_LIB)
|
||||||
|
|
||||||
if test "$ac_cv_header_sys_wait_h" = yes -o "$ac_cv_header_wait_h" = yes; then
|
|
||||||
VICONF=viconf
|
|
||||||
dnl We need one of the above to build viconf. Just a sanity check,
|
|
||||||
dnl we don't want to stop people from building the rest of ircd
|
|
||||||
dnl just because they can't build viconf.
|
|
||||||
else
|
|
||||||
VICONF=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_SUBST(VICONF)
|
|
||||||
|
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
|
|
||||||
dnl Check for stdarg.h - if we can't find it, halt configure
|
dnl Check for stdarg.h - if we can't find it, halt configure
|
||||||
|
|
|
@ -237,7 +237,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
|
@ -519,7 +519,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
|
@ -241,7 +241,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
|
@ -355,7 +355,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
|
@ -585,7 +585,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
|
@ -289,7 +289,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
|
@ -289,7 +289,6 @@ SSL_SRCS_ENABLE = @SSL_SRCS_ENABLE@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
TOUCH = @TOUCH@
|
TOUCH = @TOUCH@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VICONF = @VICONF@
|
|
||||||
YACC = @YACC@
|
YACC = @YACC@
|
||||||
YFLAGS = @YFLAGS@
|
YFLAGS = @YFLAGS@
|
||||||
ZLIB_LD = @ZLIB_LD@
|
ZLIB_LD = @ZLIB_LD@
|
||||||
|
|
Loading…
Reference in a new issue