opkg: improve opkg_install error reporting and include a check to verify repository...
[oweals/opkg-lede.git] / configure.ac
index 51c17bb11755635a7363c330dac66146ea098bf5..8ecb2acb1224a7e50af18d6beea58d97ddb70adc 100644 (file)
@@ -1,9 +1,10 @@
 # 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.4])
 AM_CONFIG_HEADER(libopkg/config.h)
 
 AC_CANONICAL_HOST
+AC_GNU_SOURCE 
 
 
 for top_builddir in . .. ../.. $ac_auxdir $ac_auxdir/..; do
@@ -136,5 +137,6 @@ AC_OUTPUT(
     tests/Makefile
     src/Makefile
     libbb/Makefile
+    utils/Makefile
     libopkg.pc
-    opkg.h)
+    )