configure.ac (libdaq-3.0.3) | : | configure.ac (libdaq-3.0.4) | ||
---|---|---|---|---|
# -*- Autoconf -*- | # -*- Autoconf -*- | |||
# Process this file with autoconf to produce a configure script. | # Process this file with autoconf to produce a configure script. | |||
m4_define([daq_major_version], [3]) | m4_define([daq_major_version], [3]) | |||
m4_define([daq_minor_version], [0]) | m4_define([daq_minor_version], [0]) | |||
m4_define([daq_patch_version], [3]) | m4_define([daq_patch_version], [4]) | |||
m4_define([daq_version_str], [daq_major_version.daq_minor_version.daq_patch_vers ion]) | m4_define([daq_version_str], [daq_major_version.daq_minor_version.daq_patch_vers ion]) | |||
# Kill the 'divert' macro with extreme prejudice so it stops clashing with refer ences | # Kill the 'divert' macro with extreme prejudice so it stops clashing with refer ences | |||
# to the module directory of the same name. | # to the module directory of the same name. | |||
# TODO: Find the "right" way to escape this macro in arguments to m4 functions. | # TODO: Find the "right" way to escape this macro in arguments to m4 functions. | |||
m4_undefine([divert]) | m4_undefine([divert]) | |||
AC_PREREQ([2.69]) | AC_PREREQ([2.69]) | |||
AC_INIT([libdaq],[daq_version_str],[snort-team@cisco.com]) | AC_INIT([libdaq],[daq_version_str],[snort-team@cisco.com]) | |||
AC_CONFIG_MACRO_DIR([m4]) | AC_CONFIG_MACRO_DIR([m4]) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |