index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-04 | Fix pacman-optimize autoconf paths | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-06-04 | Add gettext/i18n to most of the currently-used scripts | Giovanni Scafora | |
Signed-off-by: Giovanni Scafora <linuxmania@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
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 | Set paths in pacman-optimize to use configure-time paths | Dan McGee | |
By setting up a few more AC_SUBST macros in configure.ac, we can fill in paths in the scripts on the fly instead of having them in multiple places. Other small fixes: * Fix an oops on my last commit where I had some lines stil commented. * Fix makepkg bug where the generated package name using PKGEXT had two periods (..). Signed-off-by: Dan McGee <dan@archlinux.org> | |||
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 | autotool scripts/pacman-optimize | Andrew Fyfe | |
- move scripts/pacman-optimize -> scripts/pacman-optimize.in - add -V --version options to scripts/pacman-optimize.in - add autotool commands to generate scripts/pacman-optimize Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> |