mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
Update URLs to prefer https: to http:
Also, fix a few http: URLs that were no longer working.
This commit is contained in:
committed by
Akim Demaille
parent
4083ee52b5
commit
ef3adfa0fb
@@ -13,7 +13,7 @@
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
AT_BANNER([[Input Processing.]])
|
||||
|
||||
@@ -38,7 +38,7 @@ Try 'bison --help' for more information.
|
||||
|
||||
# For some reason, on some systems we use the system's getopt, not the
|
||||
# one we ship in gnulib. So we can get two different error messages.
|
||||
# See https://lists.gnu.org/archive/html/bison-patches/2018-10/msg00154.html
|
||||
# See https://lists.gnu.org/r/bison-patches/2018-10/msg00154.html
|
||||
AT_BISON_CHECK([--skeleton], [1], [], [stderr])
|
||||
AT_CHECK([[sed -e \
|
||||
"s/requires an argument -- skeleton/'--skeleton' requires an argument/" \
|
||||
@@ -142,7 +142,7 @@ AT_CLEANUP
|
||||
AT_SETUP([Invalid inputs with {}])
|
||||
|
||||
# We used to SEGV here. See
|
||||
# http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html
|
||||
# https://lists.gnu.org/r/bug-bison/2005-07/msg00053.html
|
||||
|
||||
AT_DATA([input.y],
|
||||
[[
|
||||
|
||||
Reference in New Issue
Block a user