summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Add "opkhelper".feature/opkbuild-helper-scriptP. J. McDermott2014-03-031-0/+1
|
* Makefile.am: Add "opkhelper" helper file.P. J. McDermott2014-03-031-1/+7
|
* opkhelper.sh: New file.P. J. McDermott2014-03-031-0/+1
|
* configure.ac: Make opkbuild-helpers required.P. J. McDermott2014-03-031-3/+6
| | | | Also, fix a syntax error.
* configure.ac: Make opkbuild-helpers optional.P. J. McDermott2014-03-031-1/+10
|
* configure.ac: Add "--with-opkbuild-helpers=PATH".P. J. McDermott2014-03-021-0/+13
|
* NEWS: Fix typographical errors.P. J. McDermott2014-03-021-1/+1
|
* NEWS: Add 3.0.0 section.P. J. McDermott2014-03-021-0/+24
|
* configure.ac: Set package version to "3.0.0".P. J. McDermott2014-03-021-1/+1
| | | | Finally, this will be released soon!
* Makefile.am: Never colorize ChangeLog.P. J. McDermott2014-03-021-1/+1
|
* Generate ChangeLog.P. J. McDermott2014-03-022-1/+13
|
* ChangeLog: Remove.P. J. McDermott2014-03-021-140/+0
|
* NEWS: Convert from ChangeLog.P. J. McDermott2014-03-021-0/+125
| | | | Also add informative/legal sections to the end.
* NEWS.pre-split: New file.P. J. McDermott2014-03-021-0/+71
|
* scripts/changelog2news.sh: New file.P. J. McDermott2014-03-022-1/+18
|
* TODO: Reorganize and update.P. J. McDermott2014-03-011-1/+8
|
* Add missing ".sh" to file headers.P. J. McDermott2014-03-0117-17/+17
| | | | | All source files were renamed two years ago in e206c66, but the headers were never updated.
* Merge branch 'feature/autoconf-and-automake'.P. J. McDermott2014-03-0138-715/+341
|\
| * NEWS: New empty file to appease Automake.feature/autoconf-and-automakeP. J. McDermott2014-03-011-0/+0
| |
| * AUTHORS: New file.P. J. McDermott2014-03-011-0/+1
| |
| * Makefile.am: Split up inference rule targets.P. J. McDermott2014-03-011-1/+5
| | | | | | | | | | | | Automake warns (inaccurately?) that this is non-standard: Makefile.am:159: warning: inference rules can have only one target before the colon (POSIX)
| * COPYING: New file to refer to COPYING.[23].P. J. McDermott2014-03-011-0/+13
| | | | | | | | Otherwise, Automake will add a copy of GPLv3 here.
| * configure.ac: Use "gnu" Automake option.P. J. McDermott2014-03-011-1/+1
| |
| * INSTALL: Remove. Automake's copy will be used.P. J. McDermott2014-03-011-43/+0
| |
| * man/*.1in: Use space between package and version.P. J. McDermott2014-03-019-9/+9
| |
| * man/*1in: Use new build system macros.P. J. McDermott2014-03-019-9/+9
| |
| * Makefile.am: Use $(AM_V_GEN) and $(AM_V_at).P. J. McDermott2014-03-011-7/+7
| |
| * _oh_autoconf_configure(): Update multiarch test.P. J. McDermott2014-02-281-1/+1
| |
| * Makefile.am: Drop old build system macros.P. J. McDermott2014-02-281-9/+1
| |
| * Use new build system macros in source files.P. J. McDermott2014-02-2813-23/+23
| |
| * Makefile.am: Enable archtab uninstallation.P. J. McDermott2014-02-281-0/+12
| |
| * configure.ac: Quote "${enableval}" in error msg.P. J. McDermott2014-02-281-1/+2
| |
| * .gitignore: Update.P. J. McDermott2014-02-281-6/+30
| |
| * Makefile.am: Distribute tests/testlib.sh.P. J. McDermott2014-02-271-1/+2
| | | | | | | | This is missing in the old build system and released archives as well.
| * Switch to using GNU Autoconf and Automake.P. J. McDermott2014-02-2711-634/+255
|/
* lib/common.sh: Add "set -u".P. J. McDermott2014-02-261-0/+2
|
* oh_buildsystem_arch(): Require second argument.P. J. McDermott2014-02-262-7/+8
|
* oh-installfiles: s/files_ifs/CR/.P. J. McDermott2014-02-261-2/+2
|
* oh-strip: Fix scope and case of keep_debug var.P. J. McDermott2014-02-261-4/+4
|
* lib/buildsystem/*.sh: Fix more [ commands.P. J. McDermott2014-02-263-5/+5
|
* lib/buildsystem.sh: Initialize more global vars.P. J. McDermott2014-02-261-0/+3
|
* lib/buildsystem.sh: Fix a [ command.P. J. McDermott2014-02-261-1/+1
|
* lib/buildsystem/*.sh: Improve more [ commands.P. J. McDermott2014-02-263-5/+5
|
* lib/buildsystem.sh: Move var init to global scope.P. J. McDermott2014-02-261-10/+5
| | | | Also, improve the behavior of a [ command with unset variables.
* lib/locale.sh: Improve [ cmds with unset vars.P. J. McDermott2014-02-261-3/+3
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2014-02-268-16/+16
| | | | This is one step toward adding `set -u` to opkhelper utilities.
* Restructure locale/.P. J. McDermott2014-02-253-5/+7
|
* oh_load_locale() Simplify warning message.P. J. McDermott2014-02-251-2/+1
|
* oh_load_locale(): Remove an old comment.P. J. McDermott2014-02-251-2/+0
|
* oh_set_text_domain(): Rename and remove parameter.P. J. McDermott2014-02-252-11/+2
|