Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87469 | Differences between
and this patch

Collapse All | Expand All

(-)gnucash.old/acinclude.m4 (-15 / +15 lines)
Lines 3602-3608 Link Here
3602
# -----------
3602
# -----------
3603
# Perform all the checks necessary for compilation of the ltdl objects
3603
# Perform all the checks necessary for compilation of the ltdl objects
3604
#  -- including compiler checks and header checks.
3604
#  -- including compiler checks and header checks.
3605
AC_DEFUN(AC_LIB_LTDL,
3605
AC_DEFUN([AC_LIB_LTDL],
3606
[AC_PREREQ(2.13)
3606
[AC_PREREQ(2.13)
3607
AC_REQUIRE([AC_PROG_CC])
3607
AC_REQUIRE([AC_PROG_CC])
3608
AC_REQUIRE([AC_C_CONST])
3608
AC_REQUIRE([AC_C_CONST])
Lines 3635-3641 Link Here
3635
3635
3636
# AC_LTDL_ENABLE_INSTALL
3636
# AC_LTDL_ENABLE_INSTALL
3637
# ----------------------
3637
# ----------------------
3638
AC_DEFUN(AC_LTDL_ENABLE_INSTALL,
3638
AC_DEFUN([AC_LTDL_ENABLE_INSTALL],
3639
[AC_ARG_ENABLE(ltdl-install,
3639
[AC_ARG_ENABLE(ltdl-install,
3640
[  --enable-ltdl-install   install libltdl])
3640
[  --enable-ltdl-install   install libltdl])
3641
3641
Lines 3645-3651 Link Here
3645
3645
3646
# AC_LTDL_SYS_DLOPEN_DEPLIBS
3646
# AC_LTDL_SYS_DLOPEN_DEPLIBS
3647
# --------------------------
3647
# --------------------------
3648
AC_DEFUN(AC_LTDL_SYS_DLOPEN_DEPLIBS,
3648
AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS],
3649
[AC_REQUIRE([AC_CANONICAL_HOST])
3649
[AC_REQUIRE([AC_CANONICAL_HOST])
3650
AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
3650
AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
3651
	libltdl_cv_sys_dlopen_deplibs, [dnl
3651
	libltdl_cv_sys_dlopen_deplibs, [dnl
Lines 3674-3680 Link Here
3674
3674
3675
# AC_LTDL_SHLIBEXT
3675
# AC_LTDL_SHLIBEXT
3676
# ----------------
3676
# ----------------
3677
AC_DEFUN(AC_LTDL_SHLIBEXT,
3677
AC_DEFUN([AC_LTDL_SHLIBEXT],
3678
[AC_REQUIRE([_LT_AC_LTCONFIG_HACK])
3678
[AC_REQUIRE([_LT_AC_LTCONFIG_HACK])
3679
AC_CACHE_CHECK([which extension is used for shared libraries],
3679
AC_CACHE_CHECK([which extension is used for shared libraries],
3680
  libltdl_cv_shlibext,
3680
  libltdl_cv_shlibext,
Lines 3694-3700 Link Here
3694
3694
3695
# AC_LTDL_SHLIBPATH
3695
# AC_LTDL_SHLIBPATH
3696
# -----------------
3696
# -----------------
3697
AC_DEFUN(AC_LTDL_SHLIBPATH,
3697
AC_DEFUN([AC_LTDL_SHLIBPATH],
3698
[AC_REQUIRE([_LT_AC_LTCONFIG_HACK])
3698
[AC_REQUIRE([_LT_AC_LTCONFIG_HACK])
3699
AC_CACHE_CHECK([which variable specifies run-time library path],
3699
AC_CACHE_CHECK([which variable specifies run-time library path],
3700
  libltdl_cv_shlibpath_var, [libltdl_cv_shlibpath_var="$shlibpath_var"])
3700
  libltdl_cv_shlibpath_var, [libltdl_cv_shlibpath_var="$shlibpath_var"])
Lines 3706-3712 Link Here
3706
3706
3707
# AC_LTDL_SYSSEARCHPATH
3707
# AC_LTDL_SYSSEARCHPATH
3708
# ---------------------
3708
# ---------------------
3709
AC_DEFUN(AC_LTDL_SYSSEARCHPATH,
3709
AC_DEFUN([AC_LTDL_SYSSEARCHPATH],
3710
[AC_REQUIRE([_LT_AC_LTCONFIG_HACK])
3710
[AC_REQUIRE([_LT_AC_LTCONFIG_HACK])
3711
AC_CACHE_CHECK([for the default library search path],
3711
AC_CACHE_CHECK([for the default library search path],
3712
  libltdl_cv_sys_search_path, [libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec"])
3712
  libltdl_cv_sys_search_path, [libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec"])
Lines 3730-3736 Link Here
3730
3730
3731
# AC_LTDL_OBJDIR
3731
# AC_LTDL_OBJDIR
3732
# --------------
3732
# --------------
3733
AC_DEFUN(AC_LTDL_OBJDIR,
3733
AC_DEFUN([AC_LTDL_OBJDIR],
3734
[AC_CACHE_CHECK([for objdir],
3734
[AC_CACHE_CHECK([for objdir],
3735
  libltdl_cv_objdir, [libltdl_cv_objdir="$objdir"
3735
  libltdl_cv_objdir, [libltdl_cv_objdir="$objdir"
3736
if test -n "$objdir"; then
3736
if test -n "$objdir"; then
Lines 3752-3758 Link Here
3752
3752
3753
# AC_LTDL_DLPREOPEN
3753
# AC_LTDL_DLPREOPEN
3754
# -----------------
3754
# -----------------
3755
AC_DEFUN(AC_LTDL_DLPREOPEN,
3755
AC_DEFUN([AC_LTDL_DLPREOPEN],
3756
[AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl
3756
[AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl
3757
AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
3757
AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
3758
       libltdl_cv_preloaded_symbols, [dnl
3758
       libltdl_cv_preloaded_symbols, [dnl
Lines 3770-3776 Link Here
3770
3770
3771
# AC_LTDL_DLLIB
3771
# AC_LTDL_DLLIB
3772
# -------------
3772
# -------------
3773
AC_DEFUN(AC_LTDL_DLLIB,
3773
AC_DEFUN([AC_LTDL_DLLIB],
3774
[LIBADD_DL=
3774
[LIBADD_DL=
3775
AC_CHECK_LIB(dl, dlopen, [AC_DEFINE(HAVE_LIBDL, 1,
3775
AC_CHECK_LIB(dl, dlopen, [AC_DEFINE(HAVE_LIBDL, 1,
3776
   [Define if you have the libdl library or equivalent. ]) LIBADD_DL="-ldl"],
3776
   [Define if you have the libdl library or equivalent. ]) LIBADD_DL="-ldl"],
Lines 3801-3807 Link Here
3801
3801
3802
# AC_LTDL_SYMBOL_USCORE
3802
# AC_LTDL_SYMBOL_USCORE
3803
# ---------------------
3803
# ---------------------
3804
AC_DEFUN(AC_LTDL_SYMBOL_USCORE,
3804
AC_DEFUN([AC_LTDL_SYMBOL_USCORE],
3805
[dnl does the compiler prefix global symbols with an underscore?
3805
[dnl does the compiler prefix global symbols with an underscore?
3806
AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl
3806
AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl
3807
AC_MSG_CHECKING([for _ prefix in compiled symbols])
3807
AC_MSG_CHECKING([for _ prefix in compiled symbols])
Lines 3840-3846 Link Here
3840
3840
3841
# AC_LTDL_DLSYM_USCORE
3841
# AC_LTDL_DLSYM_USCORE
3842
# --------------------
3842
# --------------------
3843
AC_DEFUN(AC_LTDL_DLSYM_USCORE,
3843
AC_DEFUN([AC_LTDL_DLSYM_USCORE],
3844
[AC_REQUIRE([AC_LTDL_SYMBOL_USCORE])dnl
3844
[AC_REQUIRE([AC_LTDL_SYMBOL_USCORE])dnl
3845
if test x"$ac_cv_sys_symbol_underscore" = xyes; then
3845
if test x"$ac_cv_sys_symbol_underscore" = xyes; then
3846
  if test x"$ac_cv_func_dlopen" = xyes ||
3846
  if test x"$ac_cv_func_dlopen" = xyes ||
Lines 3927-3933 Link Here
3927
3927
3928
dnl check whether we use the old or new guile smobs
3928
dnl check whether we use the old or new guile smobs
3929
3929
3930
AC_DEFUN(AC_GWRAP_CHECK_GUILE,
3930
AC_DEFUN([AC_GWRAP_CHECK_GUILE],
3931
[if test x$GUILE = x ; then
3931
[if test x$GUILE = x ; then
3932
	AC_PATH_PROG(GUILE, guile, no)
3932
	AC_PATH_PROG(GUILE, guile, no)
3933
 fi
3933
 fi
Lines 3951-3957 Link Here
3951
dnl tests for minimum and maximum versions of g-wrap.
3951
dnl tests for minimum and maximum versions of g-wrap.
3952
dnl sets G_WRAP_CONFIG and GWRAP_OLD_GUILE_SMOB if needed.
3952
dnl sets G_WRAP_CONFIG and GWRAP_OLD_GUILE_SMOB if needed.
3953
3953
3954
AC_DEFUN(AM_PATH_GWRAP,
3954
AC_DEFUN([AM_PATH_GWRAP],
3955
[dnl
3955
[dnl
3956
dnl
3956
dnl
3957
dnl
3957
dnl
Lines 4041-4047 Link Here
4041
4041
4042
dnl tests for minimum and maximum versions of guile.
4042
dnl tests for minimum and maximum versions of guile.
4043
4043
4044
AC_DEFUN(AM_GUILE_VERSION_CHECK,
4044
AC_DEFUN([AM_GUILE_VERSION_CHECK],
4045
[
4045
[
4046
dnl
4046
dnl
4047
dnl
4047
dnl
Lines 4121-4127 Link Here
4121
dnl AM_PATH_LIBGUPPI([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
4121
dnl AM_PATH_LIBGUPPI([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
4122
dnl Test for LIBGUPPI, and define LIBGUPPI_CFLAGS and LIBGUPPI_LIBS
4122
dnl Test for LIBGUPPI, and define LIBGUPPI_CFLAGS and LIBGUPPI_LIBS
4123
dnl
4123
dnl
4124
AC_DEFUN(AM_PATH_LIBGUPPI,
4124
AC_DEFUN([AM_PATH_LIBGUPPI],
4125
[dnl 
4125
[dnl 
4126
dnl Get the cflags and libraries from the gnome-config script
4126
dnl Get the cflags and libraries from the gnome-config script
4127
dnl
4127
dnl
(-)gnucash.old/configure.in (-1 / +1 lines)
Lines 747-753 Link Here
747
747
748
# check for doxygen, mostly stolen from http://log4cpp.sourceforge.net/
748
# check for doxygen, mostly stolen from http://log4cpp.sourceforge.net/
749
# ----------------------------------------------------------------------------
749
# ----------------------------------------------------------------------------
750
AC_DEFUN(BB_ENABLE_DOXYGEN,
750
AC_DEFUN([BB_ENABLE_DOXYGEN],
751
[
751
[
752
AC_ARG_ENABLE(doxygen, [  --enable-doxygen        enable documentation generation with doxygen (auto)])
752
AC_ARG_ENABLE(doxygen, [  --enable-doxygen        enable documentation generation with doxygen (auto)])
753
AC_ARG_ENABLE(dot, [  --enable-dot            use 'dot' to generate graphs in doxygen (auto)])              
753
AC_ARG_ENABLE(dot, [  --enable-dot            use 'dot' to generate graphs in doxygen (auto)])              
(-)gnucash.old/macros/aqbanking.m4 (-1 / +1 lines)
Lines 2-8 Link Here
2
# (c) 2004 Martin Preuss<martin@libchipcard.de>
2
# (c) 2004 Martin Preuss<martin@libchipcard.de>
3
# This function checks for AqBanking
3
# This function checks for AqBanking
4
4
5
AC_DEFUN(AC_AQBANKING, [
5
AC_DEFUN([AC_AQBANKING], [
6
dnl searches for aqbanking
6
dnl searches for aqbanking
7
dnl Arguments: 
7
dnl Arguments: 
8
dnl   $1: major version minimum
8
dnl   $1: major version minimum
(-)gnucash.old/macros/as-scrub-include.m4 (-1 / +1 lines)
Lines 17-23 Link Here
17
dnl AS_SCRUB_INCLUDE(CFLAGS)
17
dnl AS_SCRUB_INCLUDE(CFLAGS)
18
dnl will remove all system include dirs from the given CFLAGS
18
dnl will remove all system include dirs from the given CFLAGS
19
19
20
AC_DEFUN(AS_SCRUB_INCLUDE,
20
AC_DEFUN([AS_SCRUB_INCLUDE],
21
[
21
[
22
  GIVEN_CFLAGS=$[$1]
22
  GIVEN_CFLAGS=$[$1]
23
  INCLUDE_DIRS=`echo | cpp -v 2>&1`
23
  INCLUDE_DIRS=`echo | cpp -v 2>&1`
(-)gnucash.old/macros/openhbci.m4 (-1 / +1 lines)
Lines 5-11 Link Here
5
dnl AM_PATH_OPENHBCI([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
5
dnl AM_PATH_OPENHBCI([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
6
dnl Test for OPENHBCI, and define OPENHBCI_CFLAGS, OPENHBCI_CXXFLAGS and OPENHBCI_LIBS
6
dnl Test for OPENHBCI, and define OPENHBCI_CFLAGS, OPENHBCI_CXXFLAGS and OPENHBCI_LIBS
7
dnl
7
dnl
8
AC_DEFUN(AM_PATH_OPENHBCI, [
8
AC_DEFUN([AM_PATH_OPENHBCI], [
9
dnl 
9
dnl 
10
dnl Get the c[xx]flags and libraries from openhbci-config
10
dnl Get the c[xx]flags and libraries from openhbci-config
11
dnl
11
dnl

Return to bug 87469