Skip to content

Commit f9ace69

Browse files
committed
Add Libtool update script
This adds a simple shell script that copies Libtool generated files and merges all M4 macro files to a single file libtool.m4 for convenience.
1 parent 2eca361 commit f9ace69

File tree

11 files changed

+768
-722
lines changed

11 files changed

+768
-722
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ locations.
171171
├─ ax_*.m4 # https://github.com/autoconf-archive/autoconf-archive
172172
├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
173173
├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
174-
├─ libtool.m4, lt* # https://git.savannah.gnu.org/cgit/libtool.git
174+
├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
175+
├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
175176
├─ pkg.m4 # https://gitlab.freedesktop.org/pkg-config/pkg-config
176177
├─ shtool # https://www.gnu.org/software/shtool/
177178
└─ ...

build/libtool.m4

Lines changed: 684 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)