From 04fb8e9888c2deb77ec28e9e3ee1c9fb143fddf2 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 02 Mar 2014 20:02:00 -0500 Subject: configure.ac: Add "--with-opkbuild-helpers=PATH". --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c813259..57af8a2 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,20 @@ AC_ARG_ENABLE( ] ) +AC_ARG_WITH( + [opkbuild-helpers], + [AS_HELP_STRING([--with-opkbuild-helpers=PATH], + [specify directory to install opkbuild helper script])], + [ + helperdir="${withval}" + ], + [ + helperdir='$(datadir)/opkbuild/helpers' + ] +) + AC_SUBST([SH]) AC_SUBST([multiarch_libdir]) +AC_SUBST([helperdir]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT() -- cgit v0.9.1