be replaced with the version number. Documented this in DEVELOPER_NOTES. git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@107 7ef522f6-be79-40a8-b7df-0a85b3383509master
@@ -110,6 +110,16 @@ building packages below for instructions. | |||
Using the build system | |||
---------------------- | |||
Do the following to prepare system newly checked out for building: | |||
1) Copy configure.ac.in to configure.ac. | |||
2) Edit configure.ac, replacing REPLACE_WITH_VERSION with the | |||
SNFMilter version. The contents of ../Version.txt contains the | |||
SNFMilter version. | |||
3) Run "autoreconf --install". | |||
Issue the following command to prepare system newly checked out for | |||
building: | |||
@@ -13,7 +13,7 @@ dnl | |||
dnl | |||
AC_PREREQ(2.52) | |||
AC_INIT(snf4cgp, 0.1.4) | |||
AC_INIT(snf4cgp, REPLACE_WITH_VERSION) | |||
AC_CONFIG_SRCDIR(source/SNF4CGP/OutputProcessor.cpp) | |||
AC_CONFIG_AUX_DIR(config) | |||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |