Rename to comply with the new autoconf(1) style: configure.in -> configure.ac
authorlace <>
Mon, 19 Dec 2005 16:15:00 +0000 (16:15 +0000)
committerlace <>
Mon, 19 Dec 2005 16:15:00 +0000 (16:15 +0000)
configure.ac [moved from configure.in with 100% similarity]
src/libcaptive/storage/size.c

similarity index 100%
rename from configure.in
rename to configure.ac
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);