This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
httperf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#23
from murtha-yahoo/murtha-yahoo-patch-1
Patch to enable compilation with m4
ahc_fix_select
Adrian Chadd
9 years ago
parent
9b511a9763
1666728c1f
commit
dcfb746bc5
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile.am
+2
-0
configure.ac
+ 1
- 0
Makefile.am
View File
@@ -1,2 +1,3 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
ACLOCAL_AMFLAGS = -I m4
+ 2
- 0
configure.ac
View File
@@ -6,6 +6,8 @@ AC_INIT(httperf, 0.9.1, httperf@linux.hpl.hp.com)
AC_CONFIG_SRCDIR([src/httperf.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(httperf, 0.9.1)
Write
Preview
Loading…
Cancel
Save