# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(InterAspect, 0.9.0)
+AC_INIT(InterAspect, 1.1.0)
AC_CONFIG_SRCDIR([src/aop-main.c])
# Note that we do not generate a config.h because GCC already uses a
# config.h that plugins must include.
aop-duplicate.h aop-dynval.h aop.h aop-header.h aop-pointcut.h \
aop-type.h aop-weave.h tracecut.h
libinteraspect_la_CFLAGS = -Wall -Werror -fvisibility=hidden -prefer-pic
-libinteraspect_la_LDFLAGS = -static -prefer-pic -version-info 1:0:0
+libinteraspect_la_LDFLAGS = -static -prefer-pic -version-info 1:1:0
libinteraspect_la_CPPFLAGS = -DHAVE_CONFIG_H -DIN_GCC -I$(gcc_includes)
# This file needs to be around for Doxygen but does not get compiled