public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7491] libgm2: Remove 'autogen.sh'
@ 2023-06-28 11:39 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-06-28 11:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:70717f1539ee3b46ff75489567536030e4c06ba1

commit r13-7491-g70717f1539ee3b46ff75489567536030e4c06ba1
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon May 8 15:53:47 2023 +0200

    libgm2: Remove 'autogen.sh'
    
    ... given that plain 'autoreconf' achieves the same.
    
            libgm2/
            * autogen.sh: Remove.
    
    (cherry picked from commit bd6dbdb196da5aa5c7354e0fc7b0a146237bcf8a)

Diff:
---
 libgm2/autogen.sh | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/libgm2/autogen.sh b/libgm2/autogen.sh
deleted file mode 100755
index 1b144970a57..00000000000
--- a/libgm2/autogen.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-# autogen.sh regenerate the autoconf files.
-#   Copyright 2013-2022  Free Software Foundation, Inc.
-#
-# This file is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; see the file COPYING3.  If not see
-# <http://www.gnu.org/licenses/>.
-
-rm -rf autom4te.cache
-
-# libtoolize
-rm -f aclocal.m4
-aclocal -I .. -I ../config
-autoreconf -I .. -I ../config
-automake --include-deps
-
-rm -rf autom4te.cache
-
-exit 0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-28 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-28 11:39 [gcc r13-7491] libgm2: Remove 'autogen.sh' Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).