diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-06-04 22:28:23 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-04 21:59:17 -0400 |
commit | 241832853c39c68070e787d2669454ef89a8955d (patch) | |
tree | 9040a8223542d8f3c1b9a423f5fb51d30ad8b435 /scripts/Makefile.am | |
parent | a63d58daecfd470f8d290b728249a1187d09bf34 (diff) |
scripts/abs.in: Rearrange/Cleanup.
* Rearrange the script.
* Add gettext support.
* Clean up usage message.
* Add PACKAGE_BUGREPORT to substitution in scripts/Makefile.am
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1d711b84..8717c111 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -36,6 +36,7 @@ edit = sed \ -e 's|@localstatedir[@]|$(localstatedir)|g' \ -e 's|@prefix[@]|$(prefix)|g' \ -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ + -e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \ -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g' |