+2023-06-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ Put "/" at end of .gitignore directory names
+ * build-aux/bootstrap: Regenerate.
+ * top/bootstrap-funclib.sh (symlink_to_dir, autogen):
+ Put slashes after .gitignore entries that name directories.
+
2023-06-06 Jose E. Marchesi <jemarch@gnu.org>
maintainer-makefile: Enforce the GNU Coding Standards in the README.
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2023-03-09.17; # UTC
+scriptlibversion=2023-06-06.21; # UTC
# Copyright (C) 2003-2023 Free Software Foundation, Inc.
#
# Handle the still-experimental Automake-NG programs specially.
# They remain named as the mainstream Automake programs ("automake",
# and "aclocal") to avoid gratuitous incompatibilities with
- # preexisting uses (by, say, autoreconf, or custom autogen.sh
+ # pre-existing usages (by, say, autoreconf, or custom autogen.sh
# scripts), but correctly identify themselves (as being part of
# "GNU automake-ng") when asked their version.
case $app in
for dot_ig in x $vc_ignore; do
test $dot_ig = x && continue
ig=$parent/$dot_ig
- insert_vc_ignore $ig "${dst_dir##*/}"
+ insert_vc_ignore $ig "${dst_dir##*/}/"
done
fi
mkdir $build_aux
for dot_ig in x $vc_ignore; do
test $dot_ig = x && continue
- insert_vc_ignore $dot_ig $build_aux
+ insert_vc_ignore $dot_ig $build_aux/
done
fi
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2023-03-09.17; # UTC
+scriptlibversion=2023-06-06.21; # UTC
# Copyright (C) 2003-2023 Free Software Foundation, Inc.
#
for dot_ig in x $vc_ignore; do
test $dot_ig = x && continue
ig=$parent/$dot_ig
- insert_vc_ignore $ig "${dst_dir##*/}"
+ insert_vc_ignore $ig "${dst_dir##*/}/"
done
fi
mkdir $build_aux
for dot_ig in x $vc_ignore; do
test $dot_ig = x && continue
- insert_vc_ignore $dot_ig $build_aux
+ insert_vc_ignore $dot_ig $build_aux/
done
fi