Skip to content

flightlesson/munger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of how to use GNU libtool + autoconf + automake.

After unpacking the tarball run

    aclocal     # creates autom4te.cache and symlink aclocal.m4 
    libtoolize || glibtoolize # creates ltmain.sh
    autoconf    # creates configure, adds to autom4te.cache
    autoheader  # creates config.h.in
    automake -a # creates symlinks missing, install-sh, depcomp, config.sub, config.guess, compile, Makefile.in, lib-munge/Makefile.in, and munge/Makefile.in
    ./configure --prefix `pwd`/../build # creates config.status, config.log, config.h, Makefile, lib-munge/Makefile, and munge/Makefile
    make install # installs under ../build

This artifact is required when using automake but is otherwise unused.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published