diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-06 11:19:31 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-06 11:19:31 (EST) |
commit | 8b6b620efbf855e011956f8f4bd6171b3d374b31 (patch) | |
tree | 128fbf1c91a815dbe5e1a8c2f3d86a99b4b7ea09 /lib/buildsystem/autoconf.sh | |
parent | ed2110fe0d90653e68406bdf62b33287a41b82f4 (diff) |
lib/buildsystem/*.sh: Wrap long lines.
Diffstat (limited to 'lib/buildsystem/autoconf.sh')
-rw-r--r-- | lib/buildsystem/autoconf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh index b9b2eeb..7679b14 100644 --- a/lib/buildsystem/autoconf.sh +++ b/lib/buildsystem/autoconf.sh @@ -98,7 +98,7 @@ _oh_autoconf_can_install() _oh_autoconf_testarch() { - # TODO: This should call config.sub, which may be in src or src/conftools - # (or elsewhere?). + # TODO: This should call config.sub, which may be in src or + # src/conftools (or elsewhere?). return 0 } |