summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-08-23 12:35:21 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-23 12:35:21 -0400
commit0df149ff6e1ac86d23282a8904851f8897d68cec (patch)
tree38f79fd2c1156dd95721f3792e6d10d920ceb184 /configure.in
parent301e24e4a85bfa0ff2dfb73f338c9b543c1e1b6c (diff)
downloadtor-0df149ff6e1ac86d23282a8904851f8897d68cec.tar.gz
tor-0df149ff6e1ac86d23282a8904851f8897d68cec.zip
s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/
Apparently the former will stop working with newer auto* (commit message by nickm)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d4b3acb4c4..7430867f6f 100644
--- a/configure.in
+++ b/configure.in
@@ -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
-