diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-04-11 22:19:01 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-27 23:16:27 +0200 |
commit | a2d018a954e36485036d707fa484ee20e0045186 (patch) | |
tree | bb0bdab15d1598315a31cca43addeaf54a5df736 /scripts/Makefile.am | |
parent | 2b6bc5bcda7de08507df82cc2a275f7cd4a4e3c4 (diff) | |
download | pacman-a2d018a954e36485036d707fa484ee20e0045186.tar.gz pacman-a2d018a954e36485036d707fa484ee20e0045186.tar.xz |
autotool scripts/gensync
- move scripts/gensync -> scripts/gensync.in
- add -V --version options to scripts/gensync.in
- add autotool commands to generate scripts/gensync
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 58312e0a..0c6a06fb 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -14,7 +14,7 @@ bin_SCRIPTS = \ updatesync EXTRA_DIST = abs.in \ - gensync \ + gensync.in \ makepkg.in \ makeworld \ pacman-optimize \ |