]> Savannah Git Hosting - gnulib.git/commit
Make autogen a shell function too
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Dec 2022 16:15:37 +0000 (08:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Dec 2022 18:02:41 +0000 (10:02 -0800)
commit41ea82c88cb666ee600df9ef8fafec4cea3432c0
treea16aecb40eefaabb7f4a4d15be728ac663326669
parent19d5a873d7ff27e4f09bb4603f05c924545b57db
Make autogen a shell function too

This does not change behavior.  It is helpful for future changes.
* top/autogen.sh: Call autogen to do the actual work.
(usage, version_controlled_file, gitignore_entries, insert_if_absent):
(insert_vc_ignore, symlink_to_dir): Move to top/bootstrap-funclib.sh.
* top/bootstrap-funclib.sh (autogen_usage): Rename from ‘usage’.
(autogen): New function, containing the top level of the
old top/autogen.sh.
ChangeLog
build-aux/bootstrap
top/autogen.sh
top/bootstrap-funclib.sh