byacc: upgrade 20221229 -> 20230201

License update: Copyright year updated to 2023.

0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
updated for new version.

Changelog:
==========
* configure: regen
* configure.in: initialize $ac_includes_default
* VERSION, package/byacc.spec, package/debian/changelog,
  package/debian/copyright, package/mingw-byacc.spec,
  package/pkgsrc/Makefile: bump
* aclocal.m4: resync with my-autoconf

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-02-07 19:19:00 +08:00
committed by Khem Raj
parent 85aa214ce0
commit 84331a6ddc
2 changed files with 22 additions and 19 deletions
@@ -21,16 +21,19 @@ Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Update for 20210808. Update for 20210808.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Update for 20210201
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
--- ---
aclocal.m4 | 1 - aclocal.m4 | 1 -
configure | 259 ----------------------------------------------------- configure | 259 -----------------------------------------------------
2 files changed, 260 deletions(-) 2 files changed, 260 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4 diff --git a/aclocal.m4 b/aclocal.m4
index 7a9a8fb..108b6cc 100644 index 832d0c8..63b03f2 100644
--- a/aclocal.m4 --- a/aclocal.m4
+++ b/aclocal.m4 +++ b/aclocal.m4
@@ -1401,7 +1401,6 @@ CF_GCC_VERSION @@ -1421,7 +1421,6 @@ CF_GCC_VERSION
CF_ACVERSION_CHECK(2.52, CF_ACVERSION_CHECK(2.52,
[AC_PROG_CC_STDC], [AC_PROG_CC_STDC],
[CF_ANSI_CC_REQD]) [CF_ANSI_CC_REQD])
@@ -39,20 +42,20 @@ index 7a9a8fb..108b6cc 100644
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19
diff --git a/configure b/configure diff --git a/configure b/configure
index 5b98a03..e3a4237 100755 index cb47b4c..c72b6e4 100755
--- a/configure --- a/configure
+++ b/configure +++ b/configure
@@ -2146,265 +2146,6 @@ esac @@ -2144,265 +2144,6 @@ esac
# This should have been defined by AC_PROG_CC # This should have been defined by AC_PROG_CC
: "${CC:=cc}" : "${CC:=cc}"
-echo "$as_me:2149: checking \$CFLAGS variable" >&5 -echo "$as_me:2147: checking \$CFLAGS variable" >&5
-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6 -echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
-case "x$CFLAGS" in -case "x$CFLAGS" in
-(*-[IUD]*) -(*-[IUD]*)
- echo "$as_me:2153: result: broken" >&5 - echo "$as_me:2151: result: broken" >&5
-echo "${ECHO_T}broken" >&6 -echo "${ECHO_T}broken" >&6
- { echo "$as_me:2155: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5 - { echo "$as_me:2153: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;} -echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
- cf_flags="$CFLAGS" - cf_flags="$CFLAGS"
- CFLAGS= - CFLAGS=
@@ -160,18 +163,18 @@ index 5b98a03..e3a4237 100755
- done - done
- ;; - ;;
-(*) -(*)
- echo "$as_me:2263: result: ok" >&5 - echo "$as_me:2261: result: ok" >&5
-echo "${ECHO_T}ok" >&6 -echo "${ECHO_T}ok" >&6
- ;; - ;;
-esac -esac
- -
-echo "$as_me:2268: checking \$CC variable" >&5 -echo "$as_me:2266: checking \$CC variable" >&5
-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6 -echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
-case "$CC" in -case "$CC" in
-(*[\ \ ]-*) -(*[\ \ ]-*)
- echo "$as_me:2272: result: broken" >&5 - echo "$as_me:2270: result: broken" >&5
-echo "${ECHO_T}broken" >&6 -echo "${ECHO_T}broken" >&6
- { echo "$as_me:2274: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5 - { echo "$as_me:2272: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;} -echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;}
- # humor him... - # humor him...
- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'` - cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
@@ -288,26 +291,26 @@ index 5b98a03..e3a4237 100755
- done - done
- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6 - test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6
- -
-echo "${as_me:-configure}:2391: testing resulting CC: '$CC' ..." 1>&5 -echo "${as_me:-configure}:2389: testing resulting CC: '$CC' ..." 1>&5
- -
- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6 - test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6
- -
-echo "${as_me:-configure}:2395: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5 -echo "${as_me:-configure}:2393: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
- -
- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6 - test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6
- -
-echo "${as_me:-configure}:2399: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5 -echo "${as_me:-configure}:2397: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
- -
- ;; - ;;
-(*) -(*)
- echo "$as_me:2403: result: ok" >&5 - echo "$as_me:2401: result: ok" >&5
-echo "${ECHO_T}ok" >&6 -echo "${ECHO_T}ok" >&6
- ;; - ;;
-esac -esac
- -
echo "$as_me:2408: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo "$as_me:2406: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
-- --
2.25.1 2.34.1
@@ -4,7 +4,7 @@
# Setting to PD as this is what the upstream has it as. # Setting to PD as this is what the upstream has it as.
LICENSE = "PD" LICENSE = "PD"
LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=62c37a10a2faf90235ee64280ad72737" LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=b56b7454f5f865de2e6e35ee2185b461"
require byacc.inc require byacc.inc
SRC_URI[sha256sum] = "1316c6f790fafa6688427f1ff91267b61d8b7873b443c620eef69a6eff0503bc" SRC_URI[sha256sum] = "576cc9d9ae5e22503ed5e3582498cf2cccacef401969106420547b4d05c87d76"