aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-04 11:12:00 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-04 11:12:00 -0400
commit485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7 (patch)
treefbc1be2c8e0b4154fc799598282e4846d1829ff5 /src/common
parent05ded76cb6791d5f9472e39c9e3ebb64f450d219 (diff)
downloadtor-485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7.tar
tor-485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7.tar.gz
Rename configure.in to configure.ac
This is the preferred filename to use with Autoconf 2.50 and later.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index ca850a303..12025b227 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -18,7 +18,7 @@
/* XXXX024 We should just use AC_USE_SYSTEM_EXTENSIONS in our autoconf,
* and get this (and other important stuff!) automatically. Once we do that,
* make sure to also change the extern char **environ detection in
- * configure.in, because whether that is declared or not depends on whether
+ * configure.ac, because whether that is declared or not depends on whether
* we have _GNU_SOURCE defined! Maybe that means that once we take this out,
* we can also take out the configure check. */
#define _GNU_SOURCE