From 534e8a29a6b6fa49ba400763064a9c10a5d2b295 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 6 May 2024 17:10:03 +0200 Subject: [PATCH] maint: Use GNULIB_REVISION instead of git submodule. --- .gitignore | 1 + .gitmodules | 3 --- bootstrap.conf | 2 ++ gnulib | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) delete mode 160000 gnulib diff --git a/.gitignore b/.gitignore index 58b01385..90214788 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ /config.status /configure /confpaths.h +/gnulib/ /include /inetutils-*.tar.* /inetutils-*/ diff --git a/.gitmodules b/.gitmodules index 546e03fa..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "gnulib"] - path = gnulib - url = https://git.savannah.gnu.org/git/gnulib.git diff --git a/bootstrap.conf b/bootstrap.conf index 6c23fffc..67fffd05 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -16,6 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see `http://www.gnu.org/licenses/'. +GNULIB_REVISION=aacceb6eff58eba91290d930ea9b8275699057cf + # Build prerequisites. buildreq="\ autoconf 2.59 diff --git a/gnulib b/gnulib deleted file mode 160000 index d55e7f77..00000000 --- a/gnulib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d55e7f77df40f9e17cac9e70fab0b4a009d2a4f8