Changeset da17570 for configure.in
- Timestamp:
- 08/30/05 13:41:24 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 464266d
- Parents:
- 53f8305
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
ra8ba977 rda17570 2 2 AC_INIT(libtrace,2.0.20,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE (libtrace,2.0.20)4 AM_INIT_AUTOMAKE 5 5 6 6 AC_CONFIG_FILES([Makefile lib/Makefile]) … … 112 112 AC_CHECK_FUNCS(socket strdup) 113 113 114 # configure time options for man pages 115 AC_ARG_WITH(man, 116 AC_HELP_STRING([--with-man], 117 [install man pages by default]), 118 119 if test "$withval" = yes 120 then 121 MANPAGES="docs/man/man3/[a-zA-Z]*.3]" 122 else 123 MANPAGES="" 124 fi 125 ) 114 126 115 127 # configure time options for use of DAG cards … … 284 296 AC_SUBST([ADD_INCLS]) 285 297 AC_SUBST([LTLIBOBJS]) 298 AC_SUBST([MANPAGES]) 286 299 287 300 dnl and finally, output our Makefiles
Note: See TracChangeset
for help on using the changeset viewer.