configure.ac (goaccess-1.7.1) | : | configure.ac (goaccess-1.7.2) | ||
---|---|---|---|---|
# -*- Autoconf -*- | # -*- Autoconf -*- | |||
# Process this file with autoconf to produce a configure script. | # Process this file with autoconf to produce a configure script. | |||
AC_PREREQ([2.69]) | AC_PREREQ([2.69]) | |||
AC_INIT([goaccess],[1.7.1],[hello@goaccess.io],[],[https://goaccess.io]) | AC_INIT([goaccess],[1.7.2],[hello@goaccess.io],[],[https://goaccess.io]) | |||
AM_INIT_AUTOMAKE | AM_INIT_AUTOMAKE | |||
AC_CONFIG_SRCDIR([src/goaccess.c]) | AC_CONFIG_SRCDIR([src/goaccess.c]) | |||
AC_CONFIG_HEADERS([src/config.h]) | AC_CONFIG_HEADERS([src/config.h]) | |||
# Use empty CFLAGS by default so autoconf does not add | # Use empty CFLAGS by default so autoconf does not add | |||
# CFLAGS="-O2 -g" | # CFLAGS="-O2 -g" | |||
# NOTE: Needs to go after AC_INIT and before AC_PROG_CC to select an | # NOTE: Needs to go after AC_INIT and before AC_PROG_CC to select an | |||
# empty default instead. | # empty default instead. | |||
: ${CFLAGS=""} | : ${CFLAGS=""} | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |