autoopts-config

automated text file generator

Install

All systems
curl cmd.cat/autoopts-config.sh
Debian Debian
apt-get install autogen
Ubuntu
apt-get install autogen
Arch Arch Linux
pacman -S autogen
image/svg+xml Kali Linux
apt-get install autogen
CentOS
yum install autogen-libopts-devel
Fedora
dnf install autogen-libopts-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install autogen
OS X
brew install autogen
Raspbian
apt-get install autogen

autogen

automated text file generator

AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. This is especially valuable if there are several blocks of such text that must be kept synchronized. Included with AutoGen is a tool that virtually eliminates the hassle of processing options, keeping usage text up to date and so on. This tool allows you to specify several program attributes, innumerable options and option attributes, then it produces all the code necessary to parse and handle the command line and initialization file options. This package contains the development tools. libopts25-dev contains the static libraries and header files. libopts25 contains the shared libraries. autogen-doc contains the PostScript and HTML documentation.

autogen-libopts-devel

Development files for libopts