ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/configure.ac
Revision: 1.3
Committed: Sun May 11 01:00:03 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-3_16, rel-3_1, rel-3_15, rel-3_03, rel-3_07, rel-3_04, rel-3_01, rel-3_02, rel-3_06, rel-3_05
Changes since 1.2: +1 -2 lines
Log Message:
*** empty log message ***

File Contents

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