diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-06 17:54:48 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-06 17:54:48 (EST) |
commit | edbac28f9109eb4406ddbfc323c521515029ac73 (patch) | |
tree | 0d76e6bcc40f1cdfb61b8f515b7c0d98d6fdca28 /configure | |
parent | d2343237b94588459d23eb6e49824e2c7bb423d5 (diff) |
Add the archtab as dependency in the build system.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,7 @@ sh ' dep_libs=' libopkbuild.1 +archtab ' long_opts_with_args=' @@ -158,6 +159,7 @@ Dependencies: --with-sh=PATH use sh at PATH --with-libopkbuild.1=PATH use libopkbuild.1 at PATH + --with-archtab=PATH use archtab at PATH EOF } |