diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-04 11:12:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-04 11:12:00 -0400 |
commit | 485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7 (patch) | |
tree | fbc1be2c8e0b4154fc799598282e4846d1829ff5 /src/common/compat.c | |
parent | 05ded76cb6791d5f9472e39c9e3ebb64f450d219 (diff) | |
download | tor-485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7.tar.gz tor-485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7.zip |
Rename configure.in to configure.ac
This is the preferred filename to use with Autoconf 2.50 and later.
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index ca850a3038..12025b227a 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 |