Bladeren bron

Moved configure.ac to configure.ac.in. REPLACE_WITH_VERSION needs to

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-0a85b3383509
master
adeniz 9 jaren geleden
bovenliggende
commit
9488b62d5e
2 gewijzigde bestanden met toevoegingen van 11 en 1 verwijderingen
  1. 10
    0
      SNF4CGP_Developer_Package/DEVELOPER_NOTES
  2. 1
    1
      SNF4CGP_Developer_Package/configure.ac.in

+ 10
- 0
SNF4CGP_Developer_Package/DEVELOPER_NOTES Bestand weergeven

@@ -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:


SNF4CGP_Developer_Package/configure.ac → SNF4CGP_Developer_Package/configure.ac.in Bestand weergeven

@@ -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)

Laden…
Annuleren
Opslaan