[project @ 2003-08-18 14:54:40 by panne]
[ghc-hetmet.git] / docs / coding-style.html
index 250ab88..af744eb 100644 (file)
@@ -164,7 +164,7 @@ Avoid conditional code like this:
   #endif
 </pre>
 
-Instead, add an appropriate test to the configure.in script and use
+Instead, add an appropriate test to the configure.ac script and use
 the result of that test instead. 
 
 <pre>