summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-17 15:28:55 +0200
committerBruno Haible <bruno@clisp.org>2022-07-17 16:15:52 +0200
commitdf9ddd429308d5232d61977abfcc40009e6e19f3 (patch)
treeb9996713032ca41e2341137b51f7eeefbb72e199 /m4
parent7ef9c8e1e924c9cbb2537221d2111f6bcaca1fa8 (diff)
downloadlibunistring-df9ddd429308d5232d61977abfcc40009e6e19f3.tar.gz
Split autogen.sh into autopull.sh and autogen.sh.
* autopull.sh: New file, based on autogen.sh. * autogen.sh: Remove code that was moved to autopull.sh. Remove --skip-gnulib option. * HACKING: Mention autopull.sh. * m4/init-package-version.m4: Update comment.
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 823afc6..f9916aa 100644
--- a/m4/init-package-version.m4
+++ b/m4/init-package-version.m4
@@ -1,5 +1,5 @@
-# init-package-version.m4 serial 3
-dnl Copyright (C) 1992-2021 Free Software Foundation, Inc.
+# init-package-version.m4 serial 4
+dnl Copyright (C) 1992-2022 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 --skip-gnulib
+# ./autogen.sh
# ./configure
# make
#