]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Rename configure.in to configure.ac
authorNick Mathewson <nickm@torproject.org>
Tue, 4 Sep 2012 15:12:00 +0000 (11:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 Sep 2012 15:12:00 +0000 (11:12 -0400)
This is the preferred filename to use with Autoconf 2.50 and later.

acinclude.m4
configure.ac [moved from configure.in with 100% similarity]
contrib/updateVersions.pl
doc/HACKING
src/common/compat.c

index 9ab684877a09010330dff377b5df4ef7b6f3cb58..5ea3097cea7db727aab2a918d9892da4cd90d6fa 100644 (file)
@@ -1,4 +1,4 @@
-dnl Helper macros for Tor configure.in
+dnl Helper macros for Tor configure.ac
 dnl Copyright (c) 2001-2004, Roger Dingledine
 dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2008, Roger Dingledine, Nick Mathewson
similarity index 100%
rename from configure.in
rename to configure.ac
index 9c24134f4c6438d9832dd6d0d9533571c077e8a9..710d7d9359e5aab8af5af4ba64faeabfbf4bad4a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 
-$CONFIGURE_IN = './configure.in';
+$CONFIGURE_IN = './configure.ac';
 $ORCONFIG_H = './src/win32/orconfig.h';
 $TOR_NSI = './contrib/tor-mingw.nsi.in';
 
@@ -13,7 +13,7 @@ demand($CONFIGURE_IN);
 demand($ORCONFIG_H);
 demand($TOR_NSI);
 
-# extract version from configure.in
+# extract version from configure.ac
 
 open(F, $CONFIGURE_IN) or die "$!";
 $version = undef;
index bc409dc0d026bbea0049882b9e61b5e78d0aff23..e76b374d30fe907168e1f2ca201b9d1c8e3d2c4f 100644 (file)
@@ -467,7 +467,7 @@ a stable release, add it to the ReleaseNotes file too. If we're adding
 to a release-0.2.x branch, manually commit the changelogs to the later
 git branches too.
 
-4) Bump the version number in configure.in and rebuild.
+4) Bump the version number in configure.ac and rebuild.
 
 5) Make dist, put the tarball up somewhere, and tell #tor about it. Wait
 a while to see if anybody has problems building it. Try to get Sebastian
index ca850a3038dff7069911defc869599ae566ed102..12025b227a8dcd6ca42fb22db43cb3afdab1a592 100644 (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