Changeset 8107 for websites/partty.org
- Timestamp:
- 03/19/08 00:14:38 (5 years ago)
- Files:
-
- 1 modified
-
websites/partty.org/partty/org/configure.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/partty.org/partty/org/configure.in
r8089 r8107 3 3 4 4 AC_PREREQ(2.61) 5 AC_INIT(partty.org, 0.3. 1, fr _at_ syuki.skr.jp)6 AM_INIT_AUTOMAKE(partty.org, 0.3. 1)5 AC_INIT(partty.org, 0.3.2, fr _at_ syuki.skr.jp) 6 AM_INIT_AUTOMAKE(partty.org, 0.3.2) 7 7 AC_CONFIG_SRCDIR(src/partty.h) 8 8 AC_CONFIG_HEADER(config.h) … … 33 33 [with_shell=$withval], [with_shell=/bin/sh]) 34 34 AC_ARG_WITH([boost], 35 AS_HELP_STRING([--with-boost ],35 AS_HELP_STRING([--with-boost=<path/to/boost>], 36 36 [use boost library]), 37 37 [with_boost=$withval], [with_boost=no] … … 81 81 82 82 if test "$with_boost" != "no" ; then 83 if test -n "$with_boost"; then 84 CXXFLAGS="$CXXFLAGS -I$with_boost" 85 fi 83 86 AC_DEFINE([MP_FUNCTIONAL_BOOST_ORG], [], [use boost]) 84 87 fi … … 89 92 AC_HEADER_SYS_WAIT 90 93 AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h termios.h unistd.h]) 94 95 AC_LANG_PUSH([C++]) 96 AC_CHECK_HEADERS([tr1/functional boost/tr1/functional.hpp boost/function.hpp boost/bind.hpp]) 97 AC_LANG_POP([C++]) 91 98 92 99 # Checks for typedefs, structures, and compiler characteristics.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)