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
Using the build system | 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 | Issue the following command to prepare system newly checked out for | ||||
building: | building: | ||||
dnl | dnl | ||||
AC_PREREQ(2.52) | 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_SRCDIR(source/SNF4CGP/OutputProcessor.cpp) | ||||
AC_CONFIG_AUX_DIR(config) | AC_CONFIG_AUX_DIR(config) | ||||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) | AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |