瀏覽代碼

Merge pull request #23 from murtha-yahoo/murtha-yahoo-patch-1

Patch to enable compilation with m4
ahc_fix_select
Adrian Chadd 8 年之前
父節點
當前提交
dcfb746bc5
共有 2 個檔案被更改,包括 3 行新增0 行删除
  1. +1
    -0
      Makefile.am
  2. +2
    -0
      configure.ac

+ 1
- 0
Makefile.am 查看文件

@@ -1,2 +1,3 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
ACLOCAL_AMFLAGS = -I m4

+ 2
- 0
configure.ac 查看文件

@@ -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)


Loading…
取消
儲存