%general-entities; ]> AutoGen-&autogen-version; AutoGen Introduction to AutoGen AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized. &lfs71_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &autogen-md5sum; Download size: &autogen-size; Estimated disk space required: &autogen-buildsize; Estimated build time: &autogen-time; AutoGen Dependencies Required and User Notes: Installation of AutoGen Install AutoGen by running the following commands: ./configure --prefix=/usr --disable-static && make To test the results, issue: make check. Now, as the root user: make install Command Explanations Contents Installed Programs Installed Library Installed Directories autogen, autoopts-config, columns, getdefs and xml2ag libopts.so /usr/include/autoopts and /usr/share/autogen Short Descriptions autogen is designed for generating program files that contain repetitive text with varied substitutions. autogen autoopts-config is a tool that is used by configure to determine the compiler and linker flags that should be used to compile and link programs that use AutoOpts. autoopts-config columns is used to columnize input text. columns getdefs is used to extract AutoGen definitions from a list of source files. getdefs xml2ag is used to convert any arbitrary XML file into equivalent AutoGen definitions. xml2ag libopts.so is an automated option processing library based on AutoGen. libopts.so