From d26ab5f2338aaf07289dd57c7770f85a79cf7b2b Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sun, 27 Feb 2011 19:53:05 +0100 Subject: Removed ./configure stuff, created simple makefile --- configure.in | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 configure.in (limited to 'configure.in') diff --git a/configure.in b/configure.in deleted file mode 100644 index 2ee3ae1..0000000 --- a/configure.in +++ /dev/null @@ -1,28 +0,0 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. - -AC_PREREQ([2.65]) -AC_INIT([DrunkenMan], 3.0, flo@arch) -AM_INIT_AUTOMAKE -AC_CONFIG_SRCDIR([main.cpp]) -AC_CONFIG_HEADERS([config.h]) - -# Checks for programs. -AC_PROG_CXX -AC_PROG_CC - -# Checks for libraries. -AC_CHECK_LIB(dl,dlopen, , AC_MSG_ERROR([libdl not found!])) -# Checks for header files. -AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h sys/socket.h unistd.h]) - -# Checks for typedefs, structures, and compiler characteristics. -AC_HEADER_STDBOOL -AC_C_INLINE -AC_TYPE_UINT32_T - -# Checks for library functions. -AC_CHECK_FUNCS([gethostbyname inet_ntoa select socket strstr]) - -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT -- cgit v1.2.1