1 AC_INIT([redismodule], [0.0.0], [], [], [https://gerrit.oran-osc.org/r/#/admin/projects/ric-plt/dbaas])
2 AC_CONFIG_AUX_DIR([build-aux])
3 AC_CONFIG_MACRO_DIRS([m4])
4 AC_CONFIG_HEADERS([config.h])
5 AC_CONFIG_FILES([run-tests.sh], [chmod +x run-tests.sh])
8 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects tar-pax])
10 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
11 LT_INIT([disable-static])
13 # Checks for programs.
20 # Checks for header files.
22 # Checks for typedefs, structures, and compiler characteristics.
25 AC_CONFIG_FILES([Makefile])