[Gnucash-changes] r13267 - gnucash/trunk - Remove
--enable-opt-style-install configure option.
Chris Shoemaker
chris at cvs.gnucash.org
Wed Feb 15 09:58:35 EST 2006
Author: chris
Date: 2006-02-15 09:58:34 -0500 (Wed, 15 Feb 2006)
New Revision: 13267
Trac: http://svn.gnucash.org/trac/changeset/13267
Modified:
gnucash/trunk/configure.in
Log:
Remove --enable-opt-style-install configure option.
That's one less thing to test.
Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in 2006-02-15 01:52:15 UTC (rev 13266)
+++ gnucash/trunk/configure.in 2006-02-15 14:58:34 UTC (rev 13267)
@@ -1292,34 +1292,14 @@
### --------------------------------------------------------------------------
### Variables
### Set up all the initial variable values...
-AC_ARG_ENABLE(opt-style-install,
- [ --enable-opt-style-install install everything in subdirs of --prefix],
- [case "${enableval}" in
- yes) gnc_opt_style_install=true ;;
- no) gnc_opt_style_install=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-opt-style-install) ;;
- esac],
- [gnc_opt_style_install=false])
+GNC_CONFIGDIR='${sysconfdir}/gnucash'
+GNC_DOC_INSTALL_DIR='${pkgdatadir}/doc'
+GNC_INCLUDE_DIR='${includedir}/gnucash'
+GNC_LIBDIR='${pkglibdir}'
+GNC_SCM_INSTALL_DIR='${pkgdatadir}/scm'
+GNC_SHAREDIR='${pkgdatadir}'
+GNC_LIBEXECDIR='${libexecdir}/gnucash'
-if test x${gnc_opt_style_install} = xtrue
-then
- GNC_CONFIGDIR='${sysconfdir}'
- GNC_DOC_INSTALL_DIR='${datadir}/doc'
- GNC_INCLUDE_DIR='${includedir}'
- GNC_LIBDIR='${libdir}'
- GNC_SCM_INSTALL_DIR='${datadir}/scm'
- GNC_SHAREDIR='${datadir}'
- GNC_LIBEXECDIR='${libexecdir}'
-else
- GNC_CONFIGDIR='${sysconfdir}/gnucash'
- GNC_DOC_INSTALL_DIR='${pkgdatadir}/doc'
- GNC_INCLUDE_DIR='${includedir}/gnucash'
- GNC_LIBDIR='${pkglibdir}'
- GNC_SCM_INSTALL_DIR='${pkgdatadir}/scm'
- GNC_SHAREDIR='${pkgdatadir}'
- GNC_LIBEXECDIR='${libexecdir}/gnucash'
-fi
-
GNC_ACCOUNTS_DIR='${GNC_SHAREDIR}/accounts'
GNC_GLADE_DIR='${GNC_SHAREDIR}/glade'
GNC_UI_DIR='${GNC_SHAREDIR}/ui'
More information about the gnucash-changes
mailing list