]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
configure --version allways print autoconf version
authorArtur Frysiak <artur@frysiak.net>
Tue, 22 May 2001 16:27:16 +0000 (16:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-version.patch -> 1.1

autoconf-version.patch [new file with mode: 0644]

diff --git a/autoconf-version.patch b/autoconf-version.patch
new file mode 100644 (file)
index 0000000..b25f794
--- /dev/null
@@ -0,0 +1,15 @@
+--- autoconf-2.50/acgeneral.m4.wiget   Tue May 22 18:06:08 2001
++++ autoconf-2.50/acgeneral.m4 Tue May 22 18:16:43 2001
+@@ -1349,7 +1349,11 @@
+                          [dnl
+ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])configure[]dnl
+ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
+-generated by GNU Autoconf AC_ACVERSION])])
++generated by GNU Autoconf AC_ACVERSION])],
++              [m4_divert_text([VERSION_BEGIN],
++                                              [dnl
++configure
++generated by GNU Autoconf AC_ACVERSION])])
+ m4_divert_text([VERSION_END],
+ [EOF
+   exit 0
This page took 0.088493 seconds and 4 git commands to generate.