Skip to content

A script for editing GNU Autoconf configuration. (Mirrored from GitLab)

License

Notifications You must be signed in to change notification settings

Spiffyk/autoedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Autoedit

A script for editing GNU Autoconf configuration.

Runs ./config.status --config (if generated) and lets the user edit the existing configuration using their preferred text editor (configured by the EDITOR environment variable). Afterwards, runs the ./configure command with the resulting configuration.

The operation may be canceled by putting a @ at the beginning of the temporary file.

Autoedit supports line comments prepended with # and uses them to provide the user with useful information (much like what Git does with commit messages and/or interactive rebases).

Installation

Simply copy or symlink the autoedit.sh file somewhere onto your PATH.

License

MIT license -- see LICENSE for more info