X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=configure.ac;h=45e7b07ee497eb0c621045926a2741eed49e212e;hp=0397078fb05eff3fcee335cd0991837ec0e1e38f;hb=524db69ff113af70a527823e1699e8eae3400c0b;hpb=83c801f7e3e22f454be18f79c605b308495b43ac diff --git a/configure.ac b/configure.ac index 0397078..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.1.5]) + +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