X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=configure.ac;h=45e7b07ee497eb0c621045926a2741eed49e212e;hp=1af44c082bdf9defebfdd59f480c188ab258b745;hb=261c929147fe205f35a57df70b4c126148903416;hpb=0ff5e900eb30e2096418ae0e9bc8b7f6e80a8b8e diff --git a/configure.ac b/configure.ac index 1af44c0..45e7b07 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,10 @@ # Process this file with autoconf to produce a configure script AC_INIT(libopkg/libopkg.c) -AM_INIT_AUTOMAKE([opkg], [0.99.163]) + +AC_CONFIG_AUX_DIR([conf]) +AC_CONFIG_MACRO_DIR([m4]) + +AM_INIT_AUTOMAKE([opkg], [0.1.6]) AM_CONFIG_HEADER(libopkg/config.h) AC_CANONICAL_HOST @@ -137,5 +141,6 @@ AC_OUTPUT( tests/Makefile src/Makefile libbb/Makefile + utils/Makefile libopkg.pc )