summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* lib/locale.sh: Remove unused functions.P. J. McDermott2014-02-251-25/+0
|
* oh_init(): Don't call oh_set_locale_path().P. J. McDermott2014-02-251-1/+0
| | | | The value used here isn't different from the default.
* oh_get_msg(): Use printf instead of echo.P. J. McDermott2014-02-251-1/+1
|
* Remove unused _OH_INTERNAL_TEXT_DOMAIN variable.P. J. McDermott2014-02-251-2/+1
|
* Merge branch 'feature/drop-libopkbuild-dep'.P. J. McDermott2014-02-2517-33/+199
|\ | | | | | | | | Conflicts: configure
| * configure: Drop libopkbuild.1 dependency.feature/drop-libopkbuild-depP. J. McDermott2014-02-251-3/+0
| | | | | | | | | | This undoes some early changes in the opkhelper 3.0.0 development cycle (from 2012-10-09).
| * Makefile.in: Remove libopkbuild_1 macro.P. J. McDermott2014-02-251-2/+0
| |
| * lib/load.sh: Stop loading libopkbuild.P. J. McDermott2014-02-251-3/+0
| |
| * oh_init(): Remove ob_*() calls.P. J. McDermott2014-02-251-3/+0
| |
| * src/oh-strip.sh: Use new locale functions.P. J. McDermott2014-02-251-4/+4
| |
| * src/oh-installfiles.sh: Use new locale functions.P. J. McDermott2014-02-251-3/+3
| |
| * src/oh-fixperms.sh: Use new locale functions.P. J. McDermott2014-02-251-6/+6
| |
| * src/oh-auto*.sh: Use new locale functions.P. J. McDermott2014-02-255-5/+5
| |
| * src/oh-architecture.sh: Use new locale functions.P. J. McDermott2014-02-251-1/+1
| |
| * lib/buildsystem.sh: Use new locale functions.P. J. McDermott2014-02-251-2/+2
| |
| * oh_init(): Use new locale functions.P. J. McDermott2014-02-251-0/+3
| |
| * lib/locale.sh: New file.P. J. McDermott2014-02-252-0/+122
| |
| * src/oh-strip.sh: Use new output functions.P. J. McDermott2014-02-241-4/+4
| |