Skip to content
Snippets Groups Projects
Commit 0df149ff authored by Jim Meyering's avatar Jim Meyering Committed by Nick Mathewson
Browse files

s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/

Apparently the former will stop working with newer auto*

(commit message by nickm)
parent 301e24e4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ AC_INIT([tor],[0.2.4.0-alpha-dev])
AC_CONFIG_SRCDIR([src/or/main.c])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(orconfig.h)
AC_CONFIG_HEADERS([orconfig.h])
AC_CANONICAL_HOST
......@@ -1332,4 +1332,3 @@ AC_OUTPUT
if test -x /usr/bin/perl && test -x ./contrib/updateVersions.pl ; then
./contrib/updateVersions.pl
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment