summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-18 18:14:42 +0200
committerBruno Haible <bruno@clisp.org>2022-07-18 18:14:42 +0200
commitf533f43da81bc8cdfb3cc100992cf396614ebebc (patch)
treebab21844d53cf152be14fba44dea7d3c9410c848 /m4
parentdf9ddd429308d5232d61977abfcc40009e6e19f3 (diff)
downloadlibunistring-f533f43da81bc8cdfb3cc100992cf396614ebebc.tar.gz
Move gnulib-tool invocation back from autopull.sh to autogen.sh.
* autogen.sh: Revert last change. Improve comments. * autopull.sh: Only call 'gitsub.sh pull'. * m4/init-package-version.m4: Revert last change.
Diffstat (limited to 'm4')
-rw-r--r--m4/init-package-version.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/init-package-version.m4 b/m4/init-package-version.m4
index f9916aa..823afc6 100644
--- a/m4/init-package-version.m4
+++ b/m4/init-package-version.m4
@@ -1,5 +1,5 @@
-# init-package-version.m4 serial 4
-dnl Copyright (C) 1992-2022 Free Software Foundation, Inc.
+# init-package-version.m4 serial 3
+dnl Copyright (C) 1992-2021 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -79,7 +79,7 @@ dnl the same distribution terms as the rest of that program.
# configure file:
#
# make distclean
-# ./autogen.sh
+# ./autogen.sh --skip-gnulib
# ./configure
# make
#