opkg.c moving the sig_file_name into the section of HAVE_GPGME
[oweals/opkg-lede.git] / configure.ac
index 63c72567e3a355e0999c4d3ce98958fed7b70306..0397078fb05eff3fcee335cd0991837ec0e1e38f 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.99.163])
+AM_INIT_AUTOMAKE([opkg], [0.1.5])
 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
-    opkg.h)
+    )