summaryrefslogtreecommitdiff
path: root/libextra/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libextra/configure.ac')
-rw-r--r--libextra/configure.ac62
1 files changed, 0 insertions, 62 deletions
diff --git a/libextra/configure.ac b/libextra/configure.ac
deleted file mode 100644
index d63dfd80e2..0000000000
--- a/libextra/configure.ac
+++ /dev/null
@@ -1,62 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
-#
-# Author: Nikos Mavrogiannopoulos, Simon Josefsson
-#
-# This file is part of GnuTLS-EXTRA.
-#
-# GnuTLS-extra is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 3 of the
-# License, or (at your option) any later version.
-#
-# GnuTLS-extra is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GnuTLS-EXTRA; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-
-AC_PREREQ(2.61)
-AC_INIT([libgnutls-extra], [2.11.7], [bug-gnutls@gnu.org])
-AC_CONFIG_AUX_DIR([build-aux])
-AC_CONFIG_MACRO_DIR([m4])
-
-AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AM_CONFIG_HEADER(config.h)
-
-AC_PROG_CC
-xgl_EARLY
-
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
-
-LIBGNUTLS_HOOKS
-LIBGNUTLS_EXTRA_HOOKS
-
-xgl_INIT
-
-LIBGNUTLS_EXTRA_LIBS="-L${libdir} -lgnutls-extra $LZO_LIBS $LIBGNUTLS_LIBS"
-LIBGNUTLS_EXTRA_CFLAGS="-I${includedir}"
-AC_SUBST(LIBGNUTLS_EXTRA_LIBS)
-AC_SUBST(LIBGNUTLS_EXTRA_CFLAGS)
-
-# Finish things from ../configure.ac.
-AC_SUBST([WERROR_CFLAGS])
-AC_SUBST([WSTACK_CFLAGS])
-AC_SUBST([WARN_CFLAGS])
-
-AC_DEFINE([GNUTLS_COMPAT_H], 1, [Make sure we don't use old features in code.])
-
-AC_CONFIG_FILES([
- Makefile
- gnutls-extra.pc
- gl/Makefile
- includes/Makefile
-])
-AC_OUTPUT