Changeset 976
- Timestamp:
- 09/05/06 17:30:20 (7 years ago)
- File:
-
- 1 edited
-
trunk/configure.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r965 r976 4 4 # and in the README 5 5 6 AC_INIT( libtrace,3.0.0-beta4,[contact@wand.net.nz],libtrace)6 AC_INIT([libtrace],[3.0.0-beta4],[contact@wand.net.nz],[libtrace]) 7 7 8 8 LIBTRACE_MAJOR=3 … … 18 18 19 19 AC_CONFIG_FILES([Makefile lib/Makefile docs/Makefile libpacketdump/Makefile 20 libpacketdump/parser/Makefile 20 21 tools/Makefile tools/traceanon/Makefile tools/tracedump/Makefile 21 22 tools/tracemerge/Makefile tools/tracereport/Makefile … … 29 30 30 31 31 AM_CONFIG_HEADER(config.h) 32 #AC_CONFIG_HEADERS([config.h]) 32 AC_CONFIG_HEADERS([config.h]) 33 33 dnl Checks for programs. 34 34 AC_PROG_CC 35 35 AC_PROG_CXX 36 36 AC_PROG_INSTALL 37 AC_PROG_LIBTOOL38 37 AC_PROG_YACC 39 38 AM_PROG_LEX … … 50 49 51 50 AC_PROG_LIBTOOL 52 53 51 54 52 AC_ARG_ENABLE(swig, … … 134 132 # configure time options for man pages 135 133 AC_ARG_WITH(man, 136 AC_HELP_STRING([--with-man], 137 [install man pages by default]), 134 AS_HELP_STRING(--with-man,install man pages by default), 138 135 139 136 if test "$withval" = yes … … 150 147 # borrowed from libpcap! 151 148 AC_ARG_WITH(dag, 152 AC_HELP_STRING([--with-dag[=DIR]], 153 [include DAG support (located in directory DIR, if supplied)]), 149 AS_HELP_STRING(--with-dag[=DIR],include DAG support (located in directory DIR, if supplied)), 154 150 [ 155 151 if test "$withval" = no
Note: See TracChangeset
for help on using the changeset viewer.
