[Xcb] [PATCH pthread-stubs 4/4] configure: drop various AC_macros

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 3 20:24:59 UTC 2016


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 aeacc77..8206174 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,11 +5,6 @@ AC_CONFIG_SRCDIR([pthread-stubs.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 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.
 funclist="\
 pthread_self \
-- 
2.10.0



More information about the Xcb mailing list