fix libwebsocket build

This commit is contained in:
Anthony Minessale
2012-08-13 14:15:06 -05:00
committed by Ken Rice
parent ffebc6ac9c
commit 5a6d3cf43e
12 changed files with 17 additions and 2142 deletions

View File

@@ -1,13 +1,13 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.66])
AC_INIT(libwebsockets, 0.3, andy@warmcat.com)
AM_INIT_AUTOMAKE(libwebsockets,0.3)
AC_CONFIG_SRCDIR([test-server/test-server.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
LT_INIT(shared)
#LT_INIT(shared)
#AX_PTHREAD
@@ -16,7 +16,7 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_LIBTOOL
#
#