diff configure.ac @ 45:6803cb8a6ebf

fix columns in configure.ac, and remove generated makefiles.
author Robert McIntyre <rlm@mit.edu>
date Thu, 21 Mar 2013 17:21:54 +0000
parents 48369c6aeaa0
children 858cb0e04ae5
line wrap: on
line diff
     1.1 --- a/configure.ac	Tue Feb 26 10:13:11 2013 +0000
     1.2 +++ b/configure.ac	Thu Mar 21 17:21:54 2013 +0000
     1.3 @@ -37,7 +37,11 @@
     1.4  
     1.5  # Checks for header files.
     1.6  AC_FUNC_ALLOCA
     1.7 -AC_CHECK_HEADERS([arpa/inet.h limits.h locale.h malloc.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h strings.h sys/socket.h unistd.h libintl.h])
     1.8 +
     1.9 +AC_CHECK_HEADERS([arpa/inet.h limits.h locale.h malloc.h netdb.h \
    1.10 +			      netinet/in.h stddef.h stdint.h stdlib.h \
    1.11 +			      string.h strings.h sys/socket.h unistd.h \
    1.12 +			      libintl.h])
    1.13  
    1.14  # Checks for typedefs, structures, and compiler characteristics.
    1.15  AC_HEADER_STDBOOL
    1.16 @@ -60,7 +64,11 @@
    1.17  AC_FUNC_MKTIME
    1.18  AC_FUNC_REALLOC
    1.19  AC_FUNC_STRCOLL
    1.20 -AC_CHECK_FUNCS([floor ftruncate gethostbyname gethostname inet_ntoa localeconv memchr memset modf pow setlocale socket sqrt strcasecmp strchr strcspn strdup strerror strpbrk strrchr strstr strtoul])
    1.21 +
    1.22 +AC_CHECK_FUNCS([floor ftruncate gethostbyname gethostname inet_ntoa \
    1.23 +		      localeconv memchr memset modf pow setlocale \
    1.24 +		      socket sqrt strcasecmp strchr strcspn strdup \
    1.25 +		      strerror strpbrk strrchr strstr strtoul])
    1.26  
    1.27  AC_CONFIG_FILES([Makefile 
    1.28  	         src/Makefile
    1.29 @@ -73,11 +81,7 @@
    1.30  		 src/prof/Makefile
    1.31  		 src/sdl/Makefile])
    1.32  
    1.33 -
    1.34 -
    1.35  ### RLM: investigate this further
    1.36  CXXFLAGS="$CXXFLAGS -DC_CORE"	
    1.37  
    1.38 -
    1.39  AC_OUTPUT
    1.40 -