PACKAGE NAME: automake-1.18.1-noarch-2.txz PACKAGE LOCATION: ./slackware64/d COMPRESSED PACKAGE SIZE: 669 K UNCOMPRESSED PACKAGE SIZE: 2676 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE LIBS: PACKAGE DESCRIPTION: automake: automake (a Makefile generator) automake: automake: This is Automake, a Makefile generator. It was inspired by the 4.4BSD automake: make and include files, but aims to be portable and to conform to the automake: GNU standards for Makefile variables and targets. Automake is a Perl automake: script. The input files are called Makefile.am. The output files are automake: called Makefile.in; they are intended for use with Autoconf. Automake automake: requires certain things to be done in your configure.in. You must automake: install the "m4" and "perl" packages to be able to use automake. automake: automake: