Rename configure.in to configure.ac

This is the preferred filename to use with Autoconf 2.50 and later.
This commit is contained in:
Nick Mathewson
2012-09-04 11:12:00 -04:00
parent 05ded76cb6
commit 485b4b7eee
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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