X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=45e7b07ee497eb0c621045926a2741eed49e212e;hb=1fbbf92702edaa05d779cc533af9ab0eb583be00;hp=51c17bb11755635a7363c330dac66146ea098bf5;hpb=94307a5ef1bd16228acaf46d7ea92f909de8914d;p=oweals%2Fopkg-lede.git diff --git a/configure.ac b/configure.ac index 51c17bb..45e7b07 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,14 @@ # 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 +AC_GNU_SOURCE for top_builddir in . .. ../.. $ac_auxdir $ac_auxdir/..; do @@ -136,5 +141,6 @@ AC_OUTPUT( tests/Makefile src/Makefile libbb/Makefile + utils/Makefile libopkg.pc - opkg.h) + )