libtool and glibtool

This is the content of a typical autogen.sh (for Linux and Unix systems) script which utilize auto tools such as aclocal, libtool, and automake to generate necessary files for building a project. #! /bin/sh # a quick hack script to generate necessary files from # auto* tools. # # WARNING: if you run this you … Read more