ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/configure.ac
(Generate patch)

Comparing hopm/trunk/configure.ac (file contents):
Revision 5110 by michael, Wed Dec 24 13:37:32 2014 UTC vs.
Revision 5122 by michael, Thu Dec 25 16:50:00 2014 UTC

# Line 7 | Line 7 | AC_PREFIX_DEFAULT([\${HOME}/hopm])
7   AM_MAINTAINER_MODE
8  
9   AC_ARG_WITH(extra-fascism,
10 <    AC_HELP_STRING([--with-extra-fascism],
10 >    AS_HELP_STRING([--with-extra-fascism],
11      [Add extra gcc3-specific warning flags]),
12      [CFLAGS="$CFLAGS -g -O0 -W -Wall -Wfloat-equal -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs"])
13  
14   dnl ipv6?
15   dnl AC_ARG_ENABLE(ipv6,
16 < dnl     AC_HELP_STRING([--enable-ipv6], [Enable IPV6 support]),
16 > dnl     AS_HELP_STRING([--enable-ipv6], [Enable IPV6 support]),
17   dnl     [ac_cv_ipv6=$enableval], [ac_cv_ipv6="no"])
18  
19   dnl AC_MSG_CHECKING([whether to enable IPv6 features])
# Line 46 | Line 46 | AC_HEADER_TIME
46   AC_STRUCT_TM
47  
48   dnl Checks for library functions.
49 AC_TYPE_SIGNAL
49   AC_FUNC_STRFTIME
50  
51   dnl check for yacc
# Line 92 | Line 91 | typedef unsigned long uint32;
91  
92   AC_CONFIG_SUBDIRS(src/libopm)
93  
94 < AC_OUTPUT(Makefile doc/Makefile src/Makefile)
94 > AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile)
95 > AC_OUTPUT
96  
97  
98   echo "###############################################################################"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines