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 /m4 | |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/reentrant.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |