Rename to comply with the new autoconf(1) style: configure.in -> configure.ac
[captive.git] / src / libcaptive / storage / size.c
index cab7f76..73e6102 100644 (file)
@@ -108,7 +108,7 @@ off_t offset_orig,offset;
 
        /* We may need '_FILE_OFFSET_BITS=64'.
         * Setting '__USE_FILE_OFFSET64' did not help.
-        * Done by 'AC_SYS_LARGEFILE' of configure.in.
+        * Done by 'AC_SYS_LARGEFILE' of configure.ac.
         */
        g_return_val_if_fail(sizeof(offset)==sizeof(guint64),0);