Ver a proveniência

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

Patch to enable compilation with m4
ahc_fix_select
Adrian Chadd há 9 anos
ascendente
cometimento
dcfb746bc5
2 ficheiros alterados com 3 adições e 0 eliminações
  1. +1
    -0
      Makefile.am
  2. +2
    -0
      configure.ac

+ 1
- 0
Makefile.am Ver ficheiro

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

+ 2
- 0
configure.ac Ver ficheiro

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


Carregando…
Cancelar
Guardar