[Xcb] [PATCH pthread-stubs v2 4/4] configure: drop various AC_macros
Emil Velikov
emil.l.velikov at gmail.com
Fri Feb 17 18:37:22 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
As of last commit we no longer create any binaries, thus config.h, CC
and libtool are no longer required.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
configure.ac | 5 -----
1 file changed, 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 09d3b78..6150a8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,11 +4,6 @@ AC_INIT([libpthread-stubs],
AC_CONFIG_SRCDIR([pthread-stubs.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-AC_CONFIG_HEADERS([config.h])
-
-AC_PROG_LIBTOOL
-AC_PROG_CC
-
dnl Check if the following functions have stubs.
dnl See the README for specifics about the list.
funclist="\
--
2.11.0
More information about the Xcb
mailing list