opkg: improve opkg_install error reporting and include a check to verify repository...
[oweals/opkg-lede.git] / configure.ac
index f8c74bc0b29c87cc0296ab81a8cab7dab07eb78d..8ecb2acb1224a7e50af18d6beea58d97ddb70adc 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script
 AC_INIT(libopkg/libopkg.c)
-AM_INIT_AUTOMAKE([opkg], [0.1])
+AM_INIT_AUTOMAKE([opkg], [0.1.4])
 AM_CONFIG_HEADER(libopkg/config.h)
 
 AC_CANONICAL_HOST
@@ -137,5 +137,6 @@ AC_OUTPUT(
     tests/Makefile
     src/Makefile
     libbb/Makefile
+    utils/Makefile
     libopkg.pc
     )