7 |
AM_MAINTAINER_MODE |
AM_MAINTAINER_MODE |
8 |
|
|
9 |
AC_ARG_WITH(extra-fascism, |
AC_ARG_WITH(extra-fascism, |
10 |
AC_HELP_STRING([--with-extra-fascism], |
AS_HELP_STRING([--with-extra-fascism], |
11 |
[Add extra gcc3-specific warning flags]), |
[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"]) |
[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? |
dnl ipv6? |
15 |
dnl AC_ARG_ENABLE(ipv6, |
dnl AC_ARG_ENABLE(ipv6, |
16 |
dnl AC_HELP_STRING([--enable-ipv6], [Enable IPV6 support]), |
dnl AS_HELP_STRING([--enable-ipv6], [Enable IPV6 support]), |
17 |
dnl [ac_cv_ipv6=$enableval], [ac_cv_ipv6="no"]) |
dnl [ac_cv_ipv6=$enableval], [ac_cv_ipv6="no"]) |
18 |
|
|
19 |
dnl AC_MSG_CHECKING([whether to enable IPv6 features]) |
dnl AC_MSG_CHECKING([whether to enable IPv6 features]) |
46 |
AC_STRUCT_TM |
AC_STRUCT_TM |
47 |
|
|
48 |
dnl Checks for library functions. |
dnl Checks for library functions. |
|
AC_TYPE_SIGNAL |
|
49 |
AC_FUNC_STRFTIME |
AC_FUNC_STRFTIME |
50 |
|
|
51 |
dnl check for yacc |
dnl check for yacc |
91 |
|
|
92 |
AC_CONFIG_SUBDIRS(src/libopm) |
AC_CONFIG_SUBDIRS(src/libopm) |
93 |
|
|
94 |
AC_OUTPUT(Makefile doc/Makefile src/Makefile) |
AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile) |
95 |
|
AC_OUTPUT |
96 |
|
|
97 |
|
|
98 |
echo "###############################################################################" |
echo "###############################################################################" |