summaryrefslogtreecommitdiffstats
path: root/src/oh-autoconfigure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-autoconfigure.sh')
-rw-r--r--src/oh-autoconfigure.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh
index 5ae5263..cef8e7f 100644
--- a/src/oh-autoconfigure.sh
+++ b/src/oh-autoconfigure.sh
@@ -19,17 +19,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. '@@LIBOPKBUILD_1@@/load.sm'
. '@@LIBOPKHELPER@@/load.sm'
-ob_use locale
-ob_use output
oh_use buildsystem
main()
{
- ob_set_locale_path '@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms'
- ob_set_text_domain 'opkhelper'
+ oh_init
while getopts 'S:B:' opt; do
case "${opt}" in