Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
0df149ff
Commit
0df149ff
authored
Aug 23, 2012
by
Jim Meyering
Committed by
Nick Mathewson
Aug 23, 2012
Browse files
s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/
Apparently the former will stop working with newer auto* (commit message by nickm)
parent
301e24e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
0df149ff
...
...
@@ -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])])
A
M
_CONFIG_HEADER
(
orconfig.h)
A
C
_CONFIG_HEADER
S([
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment