https://github.com/egberts/libtool-autoconf
Working examples for customization of libtool/autoconf
https://github.com/egberts/libtool-autoconf
automake autotool configure libtool reconfig
Last synced: 12 months ago
JSON representation
Working examples for customization of libtool/autoconf
- Host: GitHub
- URL: https://github.com/egberts/libtool-autoconf
- Owner: egberts
- License: mit
- Created: 2024-04-24T19:02:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T19:20:30.000Z (about 2 years ago)
- Last Synced: 2025-02-07T02:40:00.673Z (over 1 year ago)
- Topics: automake, autotool, configure, libtool, reconfig
- Language: Shell
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.autogen.sh
- License: LICENSE
Awesome Lists containing this project
README
Simplier script version of 'autogen.sh' is:
aclocal [-I m4]
libtoolize --automake -c -f
aclocal [-I m4]
autoconf -f
autoheader
automake -a -c -f