index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-30 | scripts: do autoconf path replacement right | Dan McGee | |
This should finally get the path replacement in our scripts right. This is the way the autoconf package itself does it and should not need much further tweaking. Threw in a few trailing whitespace corrections from the scripts as well. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-05-29 | Substitute config directory in scripts. | Andrew Fyfe | |
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> | |||
2007-05-29 | Get --help and --version options working on all scripts | Dan McGee | |
Added the autoconf option std-options to the scripts/ directory, which checks to ensure all programs have both --help and --version options. A few things needed cleaning up to get this working. To test these types of options, use the 'make distcheck' target. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-05-27 | chmod -x scripts/*.in | Andrew Fyfe | |
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> | |||
2007-05-27 | Added copyright header to scripts/abs.in | Andrew Fyfe | |
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> | |||
2007-05-27 | autotool scripts/abs | Andrew Fyfe | |
- move scripts/abs -> scripts/abs.in - add -V --version options to scripts/abs.in - add autotool commands to generate scripts/abs Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> |