Changeset be40c18
- Timestamp:
- 05/04/05 11:29:56 (17 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:
- 828ca90
- Parents:
- 75fc3da
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r58e9e02 rbe40c18 28 28 ## 29 29 ## 30 31 - Version 2.0.17 (unreleased) 32 * If bpf_setfilter() fails, output the filterstring it failed on 33 * Fixed compilation bug under older distributions (woody), where 34 the LTLIBOBJS auto* macro wasn't being expanded correctly 30 35 31 36 - Version 2.0.16 -
configure.in
rb33a242 rbe40c18 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.1 6,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.17,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2.0.1 6)4 AM_INIT_AUTOMAKE(libtrace,2.0.17) 5 5 6 6 AC_CONFIG_FILES([Makefile lib/Makefile]) … … 264 264 AC_SUBST([ADD_LDFLAGS]) 265 265 AC_SUBST([ADD_INCLS]) 266 AC_SUBST([LTLIBOBJS]) 266 267 267 268 dnl and finally, output our Makefiles
Note: See TracChangeset
for help on using the changeset viewer.