diff options
Diffstat (limited to 'acversion.m4')
-rw-r--r-- | acversion.m4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/acversion.m4 b/acversion.m4 new file mode 100644 index 0000000..2aebe18 --- /dev/null +++ b/acversion.m4 @@ -0,0 +1,7 @@ +# This file is part of Autoconf. -*- Autoconf -*- +# Version of Autoconf. +#------------------------------------------------------------------------------ +# Copyright 2003-2022,2023 Thomas E. Dickey +# Copyright 1999, 2000, 2001 Free Software Foundation, Inc. + +m4_define([AC_ACVERSION], [2.52.20231210]) |