ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/configure.ac
Revision: 1.11
Committed: Sat Jan 6 01:04:43 2018 UTC (6 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-4_4, rel-4_5, rel-4_6, rel-4_7, rel-4_81, rel-4_80, rel-4_52, rel-4_53, rel-4_51, rel-4_78, rel-4_79, rel-4_54, rel-4_74, rel-4_75, rel-4_76, rel-4_77, rel-4_71, rel-4_72, rel-4_73, HEAD
Changes since 1.10: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 AC_PREREQ(2.59)
2 root 1.11 AC_INIT([libeio], 1.0)
3 root 1.2 AC_CONFIG_SRCDIR([eio.h])
4 root 1.1 AC_CONFIG_HEADERS([config.h])
5 root 1.11 AM_INIT_AUTOMAKE
6 root 1.1
7 root 1.2 AM_MAINTAINER_MODE
8 root 1.8
9     AC_GNU_SOURCE
10    
11 root 1.2 AC_PROG_LIBTOOL
12    
13 root 1.1 AC_PROG_CC
14    
15 root 1.2 if test "x$GCC" = xyes ; then
16 root 1.10 CFLAGS="-O3 $CFLAGS"
17 root 1.2 fi
18 root 1.1
19 root 1.2 m4_include([libeio.m4])
20 root 1.1
21 root 1.2 AC_CONFIG_FILES([Makefile])
22 root 1.1 AC_OUTPUT