|
|
@ -13,7 +13,7 @@
|
|
|
|
# *and* AC_SUBST(LIBTOOL_VERSION)
|
|
|
|
# *and* AC_SUBST(LIBTOOL_VERSION)
|
|
|
|
|
|
|
|
|
|
|
|
AC_PREREQ(2.57)
|
|
|
|
AC_PREREQ(2.57)
|
|
|
|
AC_INIT([nel],[0.5.0],[nel-all@nevrax.org])
|
|
|
|
AC_INIT([nel],[0.7.0],[nel-all@nevrax.org])
|
|
|
|
AM_INIT_AUTOMAKE([tar-ustar])
|
|
|
|
AM_INIT_AUTOMAKE([tar-ustar])
|
|
|
|
|
|
|
|
|
|
|
|
AC_CONFIG_SRCDIR(include/nel/misc/types_nl.h)
|
|
|
|
AC_CONFIG_SRCDIR(include/nel/misc/types_nl.h)
|
|
|
@ -215,7 +215,7 @@ else
|
|
|
|
SAMPLE_SUBDIR="samples"
|
|
|
|
SAMPLE_SUBDIR="samples"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Enable/disable samples compilation.
|
|
|
|
# Enable/disable tools compilation.
|
|
|
|
AC_ARG_ENABLE([tools],
|
|
|
|
AC_ARG_ENABLE([tools],
|
|
|
|
AC_HELP_STRING([--disable-tools],
|
|
|
|
AC_HELP_STRING([--disable-tools],
|
|
|
|
[disable tools code]),
|
|
|
|
[disable tools code]),
|
|
|
|