Move libopkg.c out into the src dir. It shouldn't be part of the library.
[oweals/opkg-lede.git] / configure.ac
index 946162b571542c18ba97d9f1f1c2975090a9454b..e7c78311d7005372f98e506863e55961590f94a1 100644 (file)
@@ -1,11 +1,12 @@
 # Process this file with autoconf to produce a configure script
-AC_INIT(libopkg/libopkg.c)
+AC_INIT([opkg], [0.1.7])
+AC_CONFIG_SRCDIR([libopkg/pkg.c])
 
 AC_CONFIG_AUX_DIR([conf])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_MACRO_DIR([shave])
 
-AM_INIT_AUTOMAKE([opkg], [0.1.6])
+AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(libopkg/config.h)
 
 AC_CANONICAL_HOST