Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: Use "gnu" Automake option. | P. J. McDermott | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | INSTALL: Remove. Automake's copy will be used. | P. J. McDermott | 2014-03-01 | 1 | -43/+0 |
| | |||||
* | man/*.1in: Use space between package and version. | P. J. McDermott | 2014-03-01 | 9 | -9/+9 |
| | |||||
* | man/*1in: Use new build system macros. | P. J. McDermott | 2014-03-01 | 9 | -9/+9 |
| | |||||
* | Makefile.am: Use $(AM_V_GEN) and $(AM_V_at). | P. J. McDermott | 2014-03-01 | 1 | -7/+7 |
| | |||||
* | _oh_autoconf_configure(): Update multiarch test. | P. J. McDermott | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Drop old build system macros. | P. J. McDermott | 2014-02-28 | 1 | -9/+1 |
| | |||||
* | Use new build system macros in source files. | P. J. McDermott | 2014-02-28 | 13 | -23/+23 |
| | |||||
* | Makefile.am: Enable archtab uninstallation. | P. J. McDermott | 2014-02-28 | 1 | -0/+12 |
| | |||||
* | configure.ac: Quote "${enableval}" in error msg. | P. J. McDermott | 2014-02-28 | 1 | -1/+2 |
| | |||||
* | .gitignore: Update. | P. J. McDermott | 2014-02-28 | 1 | -6/+30 |
| | |||||
* | Makefile.am: Distribute tests/testlib.sh. | P. J. McDermott | 2014-02-27 | 1 | -1/+2 |
| | | | | This is missing in the old build system and released archives as well. | ||||
* | Switch to using GNU Autoconf and Automake. | P. J. McDermott | 2014-02-27 | 11 | -634/+255 |
| | |||||
* | lib/common.sh: Add "set -u". | P. J. McDermott | 2014-02-26 | 1 | -0/+2 |
| | |||||
* | oh_buildsystem_arch(): Require second argument. | P. J. McDermott | 2014-02-26 | 2 | -7/+8 |
| | |||||
* | oh-installfiles: s/files_ifs/CR/. | P. J. McDermott | 2014-02-26 | 1 | -2/+2 |
| | |||||
* | oh-strip: Fix scope and case of keep_debug var. | P. J. McDermott | 2014-02-26 | 1 | -4/+4 |
| | |||||
* | lib/buildsystem/*.sh: Fix more [ commands. | P. J. McDermott | 2014-02-26 | 3 | -5/+5 |
| | |||||
* | lib/buildsystem.sh: Initialize more global vars. | P. J. McDermott | 2014-02-26 | 1 | -0/+3 |
| | |||||
* | lib/buildsystem.sh: Fix a [ command. | P. J. McDermott | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | lib/buildsystem/*.sh: Improve more [ commands. | P. J. McDermott | 2014-02-26 | 3 | -5/+5 |
| | |||||
* | lib/buildsystem.sh: Move var init to global scope. | P. J. McDermott | 2014-02-26 | 1 | -10/+5 |
| | | | | Also, improve the behavior of a [ command with unset variables. | ||||
* | lib/locale.sh: Improve [ cmds with unset vars. | P. J. McDermott | 2014-02-26 | 1 | -3/+3 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Rewrite include guards. | P. J. McDermott | 2014-02-26 | 8 | -16/+16 |
| | | | | This is one step toward adding `set -u` to opkhelper utilities. | ||||
* | Restructure locale/. | P. J. McDermott | 2014-02-25 | 3 | -5/+7 |
| | |||||
* | oh_load_locale() Simplify warning message. | P. J. McDermott | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | oh_load_locale(): Remove an old comment. | P. J. McDermott | 2014-02-25 | 1 | -2/+0 |
| | |||||
* | oh_set_text_domain(): Rename and remove parameter. | P. J. McDermott | 2014-02-25 | 2 | -11/+2 |
| | |||||
* | lib/locale.sh: Remove unused functions. | P. J. McDermott | 2014-02-25 | 1 | -25/+0 |
| | |||||
* | oh_init(): Don't call oh_set_locale_path(). | P. J. McDermott | 2014-02-25 | 1 | -1/+0 |
| | | | | The value used here isn't different from the default. | ||||
* | oh_get_msg(): Use printf instead of echo. | P. J. McDermott | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | Remove unused _OH_INTERNAL_TEXT_DOMAIN variable. | P. J. McDermott | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | Merge branch 'feature/drop-libopkbuild-dep'. | P. J. McDermott | 2014-02-25 | 17 | -33/+199 |
|\ | | | | | | | | | Conflicts: configure | ||||
| * | configure: Drop libopkbuild.1 dependency.feature/drop-libopkbuild-dep | P. J. McDermott | 2014-02-25 | 1 | -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. McDermott | 2014-02-25 | 1 | -2/+0 |
| | | |||||
| * | lib/load.sh: Stop loading libopkbuild. | P. J. McDermott | 2014-02-25 | 1 | -3/+0 |
| | | |||||
| * | oh_init(): Remove ob_*() calls. | P. J. McDermott | 2014-02-25 | 1 | -3/+0 |
| | | |||||
| * | src/oh-strip.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -4/+4 |
| | | |||||
| * | src/oh-installfiles.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -3/+3 |
| | | |||||
| * | src/oh-fixperms.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -6/+6 |
| | | |||||
| * | src/oh-auto*.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 5 | -5/+5 |
| | | |||||
| * | src/oh-architecture.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -1/+1 |
| | | |||||
| * | lib/buildsystem.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -2/+2 |
| | | |||||
| * | oh_init(): Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -0/+3 |
| | | |||||
| * | lib/locale.sh: New file. | P. J. McDermott | 2014-02-25 | 2 | -0/+122 |
| | | |||||
| * | src/oh-strip.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -4/+4 |
| | | |||||
| * | src/oh-installfiles.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -3/+3 |
| | | |||||
| * | src/oh-fixperms.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -6/+6 |
| | | |||||
| * | src/oh-auto*.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 5 | -5/+5 |
| | | |||||
| * | src/oh-architecture.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -1/+1 |
| | |