diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-05 08:49:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-05 08:49:48 -0500 |
commit | fa860b6b1770c182986ab998eda8b8e16178e338 (patch) | |
tree | 75ca834eab18e441927bd747ab894e577f812c11 /configure.ac | |
parent | 4c2c98900b7698469cea02a57c977dc636ec1f65 (diff) | |
download | tor-fa860b6b1770c182986ab998eda8b8e16178e338.tar.gz tor-fa860b6b1770c182986ab998eda8b8e16178e338.zip |
Revert "doxygen: Use @SRCDIR@ instead of @top_srcdir@."
This reverts commit 4c2c98900b7698469cea02a57c977dc636ec1f65.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fa975a2814..487361773d 100644 --- a/configure.ac +++ b/configure.ac @@ -2129,7 +2129,6 @@ if test "x$SRCDIR" = "x"; then SRCDIR=$(cd "$srcdir"; pwd) fi AH_TEMPLATE([SRCDIR],[tor's sourcedir directory]) -AC_SUBST(SRCDIR) AC_DEFINE_UNQUOTED(SRCDIR,"$SRCDIR") if test "x$CONFDIR" = "x"; then |