summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3a9ce99..b540679 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([opkhelper], [3.1.4],
+AC_INIT([opkhelper], [3.1.4+dev],
[mailto:proteanos-dev@lists.proteanos.com], [opkhelper],
[http://www.proteanos.com/dev/opkhelper/])
AC_CONFIG_AUX_DIR([build-aux])
@@ -90,7 +90,8 @@ AC_ARG_WITH(
[
case "${withval}" in
'yes'|'')
- AC_MSG_ERROR([--with-readelf requires an argument])
+ AC_MSG_ERROR(
+ [--with-readelf requires an argument])
;;
'no')
AC_MSG_ERROR([readelf is required])