]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-version.patch
configure --version allways print autoconf version
[packages/autoconf.git] / autoconf-version.patch
1 --- autoconf-2.50/acgeneral.m4.wiget    Tue May 22 18:06:08 2001
2 +++ autoconf-2.50/acgeneral.m4  Tue May 22 18:16:43 2001
3 @@ -1349,7 +1349,11 @@
4                           [dnl
5  m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])configure[]dnl
6  m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
7 -generated by GNU Autoconf AC_ACVERSION])])
8 +generated by GNU Autoconf AC_ACVERSION])],
9 +               [m4_divert_text([VERSION_BEGIN],
10 +                                               [dnl
11 +configure
12 +generated by GNU Autoconf AC_ACVERSION])])
13  m4_divert_text([VERSION_END],
14  [EOF
15    exit 0
This page took 0.020474 seconds and 3 git commands to generate.