diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-30 12:09:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-30 12:09:35 +0000 |
commit | f3bc16f4f5139371725b26139429ad4e51ec1473 (patch) | |
tree | 935e3a739721f6ec30c56b9a6aae017166f9ff51 | |
parent | 15f94858f27dba17adc6b0172d92f4f6059ad855 (diff) |
Add file version serial number that might be used by 'aclocal' and others.
Keep the '#' character as the first one on the line.
-rw-r--r-- | ares/m4/reentrant.m4 | 3 | ||||
-rw-r--r-- | m4/reentrant.m4 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ares/m4/reentrant.m4 b/ares/m4/reentrant.m4 index 29cc809ea..0348fda13 100644 --- a/ares/m4/reentrant.m4 +++ b/ares/m4/reentrant.m4 @@ -1,5 +1,8 @@ +# serial 1.10 + + dnl CARES_CHECK_NEED_REENTRANT_GMTIME_R dnl ------------------------------------------------- dnl Checks if the preprocessor _REENTRANT definition diff --git a/m4/reentrant.m4 b/m4/reentrant.m4 index 23a1cb77e..5ec0de076 100644 --- a/m4/reentrant.m4 +++ b/m4/reentrant.m4 @@ -22,6 +22,9 @@ #*************************************************************************** +# serial 1.12 + + dnl CURL_CHECK_NEED_REENTRANT_GMTIME_R dnl ------------------------------------------------- dnl Checks if the preprocessor _REENTRANT definition |