lolcat/autotools
2024-07-16 11:24:39 +02:00
..
autogen.sh build: Add autotools option for those who want it 2021-10-14 23:11:20 +02:00
configure.ac Fix version number in autotools and PKGBUILD build scripts 2024-07-16 11:24:39 +02:00
Makefile.am build: Add autotools option for those who want it 2021-10-14 23:11:20 +02:00
README build: Add autotools option for those who want it 2021-10-14 23:11:20 +02:00

This directory contains an autotools config for building lolcat for those who need it. This is an alternative to the
Makefile provided in the git root. Run it like so:

cd autotools # go here
./autogen.sh
./configure
make