Hello community, here is the log from the commit of package libgit2-glib for openSUSE:Factory checked in at 2017-08-12 20:09:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old) and /work/SRC/openSUSE:Factory/.libgit2-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2-glib" Sat Aug 12 20:09:14 2017 rev:26 rq:515289 version:0.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes 2017-03-22 22:57:57.132614334 +0100 +++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes 2017-08-12 20:09:15.406901066 +0200 @@ -1,0 +2,6 @@ +Sat Aug 5 14:17:20 UTC 2017 - [email protected] + +- Update to version 0.26.0: + + Port to libgit2 0.26.x. + +------------------------------------------------------------------- Old: ---- libgit2-glib-0.25.0.tar.xz New: ---- libgit2-glib-0.26.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgit2-glib.spec ++++++ --- /var/tmp/diff_new_pack.oALZ80/_old 2017-08-12 20:09:16.058809731 +0200 +++ /var/tmp/diff_new_pack.oALZ80/_new 2017-08-12 20:09:16.066808610 +0200 @@ -18,13 +18,13 @@ Name: libgit2-glib -Version: 0.25.0 +Version: 0.26.0 Release: 0 Summary: Glib wrapper library around libgit2 License: LGPL-2.1+ Group: System/Libraries Url: https://live.gnome.org/Libgit2-glib -Source: http://download.gnome.org/sources/libgit2-glib/0.25/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libgit2-glib/0.26/%{name}-%{version}.tar.xz BuildRequires: pkgconfig # Needed to create the vala bindings BuildRequires: vala @@ -32,7 +32,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.44.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.44.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1 -BuildRequires: pkgconfig(libgit2) >= 0.25.0 +BuildRequires: pkgconfig(libgit2) >= 0.26.0 BuildRequires: pkgconfig(libssh2) BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ libgit2-glib-0.25.0.tar.xz -> libgit2-glib-0.26.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/Makefile.in new/libgit2-glib-0.26.0/Makefile.in --- old/libgit2-glib-0.25.0/Makefile.in 2017-02-16 10:03:52.000000000 +0100 +++ new/libgit2-glib-0.26.0/Makefile.in 2017-07-30 17:23:35.000000000 +0200 @@ -196,7 +196,7 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/libgit2-glib-1.0.pc.in AUTHORS COPYING ChangeLog \ INSTALL NEWS README compile config.guess config.sub install-sh \ - ltmain.sh missing + ltmain.sh missing py-compile DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/NEWS new/libgit2-glib-0.26.0/NEWS --- old/libgit2-glib-0.25.0/NEWS 2017-02-16 10:03:11.000000000 +0100 +++ new/libgit2-glib-0.26.0/NEWS 2017-07-30 17:22:47.000000000 +0200 @@ -1,3 +1,7 @@ +News in 0.26.0 +-------------- +* Port to libgit2 0.26.x + News in 0.25.0 -------------- * Port to libgit2 0.25.x diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/README new/libgit2-glib-0.26.0/README --- old/libgit2-glib-0.25.0/README 2017-02-16 10:03:27.000000000 +0100 +++ new/libgit2-glib-0.26.0/README 2017-07-30 17:23:12.000000000 +0200 @@ -15,13 +15,13 @@ Installation ============ -libgit2-glib requires libgit2-0.25.x, glib 2.44.x, gio 2.26.x and +libgit2-glib requires libgit2-0.26.x, glib 2.44.x, gio 2.26.x and gobject-introspection 0.9.x. Simple install procedure: - % tar Jxf libgit2-glib-0.25.0.tar.xz # unpack the sources - % cd libgit2-glib-0.25.0 # change to the toplevel directory + % tar Jxf libgit2-glib-0.26.0.tar.xz # unpack the sources + % cd libgit2-glib-0.26.0 # change to the toplevel directory % ./configure # run the `configure' script % make # build libgit2-glib [ Become root if necessary ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/configure new/libgit2-glib-0.26.0/configure --- old/libgit2-glib-0.25.0/configure 2017-02-16 10:03:50.000000000 +0100 +++ new/libgit2-glib-0.26.0/configure 2017-07-30 17:23:34.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libgit2-glib 0.25.0. +# Generated by GNU Autoconf 2.69 for libgit2-glib 0.26.0. # # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gitg>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='libgit2-glib' PACKAGE_TARNAME='libgit2-glib' -PACKAGE_VERSION='0.25.0' -PACKAGE_STRING='libgit2-glib 0.25.0' +PACKAGE_VERSION='0.26.0' +PACKAGE_STRING='libgit2-glib 0.26.0' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gitg' PACKAGE_URL='' @@ -1402,7 +1402,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libgit2-glib 0.25.0 to adapt to many kinds of systems. +\`configure' configures libgit2-glib 0.26.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1472,7 +1472,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libgit2-glib 0.25.0:";; + short | recursive ) echo "Configuration of libgit2-glib 0.26.0:";; esac cat <<\_ACEOF @@ -1617,7 +1617,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libgit2-glib configure 0.25.0 +libgit2-glib configure 0.26.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1986,7 +1986,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libgit2-glib $as_me 0.25.0, which was +It was created by libgit2-glib $as_me 0.26.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2876,7 +2876,7 @@ # Define the identity of the package. PACKAGE='libgit2-glib' - VERSION='0.25.0' + VERSION='0.26.0' cat >>confdefs.h <<_ACEOF @@ -3182,52 +3182,52 @@ case $enable_debug in #( yes) : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - CFLAGS="${CFLAGS} -g -O0" - CXXFLAGS="${CXXFLAGS} -g -O0" - FFLAGS="${FFLAGS} -g -O0" - FCFLAGS="${FCFLAGS} -g -O0" - OBJCFLAGS="${OBJCFLAGS} -g -O0" + CFLAGS="${CFLAGS} -g -O0" + CXXFLAGS="${CXXFLAGS} -g -O0" + FFLAGS="${FFLAGS} -g -O0" + FCFLAGS="${FCFLAGS} -g -O0" + OBJCFLAGS="${OBJCFLAGS} -g -O0" ;; #( info) : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: info" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: info" >&5 $as_echo "info" >&6; } - CFLAGS="${CFLAGS} -g" - CXXFLAGS="${CXXFLAGS} -g" - FFLAGS="${FFLAGS} -g" - FCFLAGS="${FCFLAGS} -g" - OBJCFLAGS="${OBJCFLAGS} -g" + CFLAGS="${CFLAGS} -g" + CXXFLAGS="${CXXFLAGS} -g" + FFLAGS="${FFLAGS} -g" + FCFLAGS="${FCFLAGS} -g" + OBJCFLAGS="${OBJCFLAGS} -g" ;; #( profile) : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: profile" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: profile" >&5 $as_echo "profile" >&6; } - CFLAGS="${CFLAGS} -g -pg" - CXXFLAGS="${CXXFLAGS} -g -pg" - FFLAGS="${FFLAGS} -g -pg" - FCFLAGS="${FCFLAGS} -g -pg" - OBJCFLAGS="${OBJCFLAGS} -g -pg" - LDFLAGS="${LDFLAGS} -pg" + CFLAGS="${CFLAGS} -g -pg" + CXXFLAGS="${CXXFLAGS} -g -pg" + FFLAGS="${FFLAGS} -g -pg" + FCFLAGS="${FCFLAGS} -g -pg" + OBJCFLAGS="${OBJCFLAGS} -g -pg" + LDFLAGS="${LDFLAGS} -pg" ;; #( *) : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - if test "x${CFLAGS+set}" != "xset"; then : + if test "x${CFLAGS+set}" != "xset"; then : CFLAGS="" fi - if test "x${CXXFLAGS+set}" != "xset"; then : + if test "x${CXXFLAGS+set}" != "xset"; then : CXXFLAGS="" fi - if test "x${FFLAGS+set}" != "xset"; then : + if test "x${FFLAGS+set}" != "xset"; then : FFLAGS="" fi - if test "x${FCFLAGS+set}" != "xset"; then : + if test "x${FCFLAGS+set}" != "xset"; then : FCFLAGS="" fi - if test "x${OBJCFLAGS+set}" != "xset"; then : + if test "x${OBJCFLAGS+set}" != "xset"; then : OBJCFLAGS="" fi ;; @@ -12378,7 +12378,7 @@ # Define the identity of the package. PACKAGE='libgit2-glib' - VERSION='0.25.0' + VERSION='0.26.0' cat >>confdefs.h <<_ACEOF @@ -15689,7 +15689,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libgit2-glib $as_me 0.25.0, which was +This file was extended by libgit2-glib $as_me 0.26.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15755,7 +15755,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libgit2-glib config.status 0.25.0 +libgit2-glib config.status 0.26.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/configure.ac new/libgit2-glib-0.26.0/configure.ac --- old/libgit2-glib-0.25.0/configure.ac 2017-02-14 10:00:07.000000000 +0100 +++ new/libgit2-glib-0.26.0/configure.ac 2017-07-30 17:22:28.000000000 +0200 @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) m4_define(libgit2_glib_major_version, 0) -m4_define(libgit2_glib_minor_version, 25) +m4_define(libgit2_glib_minor_version, 26) m4_define(libgit2_glib_micro_version, 0) m4_define(libgit2_glib_version, libgit2_glib_major_version.libgit2_glib_minor_version.libgit2_glib_micro_version) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/docs/reference/html/index.html new/libgit2-glib-0.26.0/docs/reference/html/index.html --- old/libgit2-glib-0.25.0/docs/reference/html/index.html 2017-02-16 10:04:27.000000000 +0100 +++ new/libgit2-glib-0.26.0/docs/reference/html/index.html 2017-07-30 17:24:05.000000000 +0200 @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libgit2-glib Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">for libgit2-glib 0.25.0 +<div><p class="releaseinfo">for libgit2-glib 0.26.0 </p></div> </div> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/docs/reference/version.xml new/libgit2-glib-0.26.0/docs/reference/version.xml --- old/libgit2-glib-0.25.0/docs/reference/version.xml 2017-02-16 10:03:54.000000000 +0100 +++ new/libgit2-glib-0.26.0/docs/reference/version.xml 2017-07-30 17:23:38.000000000 +0200 @@ -1 +1 @@ -0.25.0 +0.26.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/libgit2-glib/ggit-diff-format-email-options.c new/libgit2-glib-0.26.0/libgit2-glib/ggit-diff-format-email-options.c --- old/libgit2-glib-0.25.0/libgit2-glib/ggit-diff-format-email-options.c 2017-02-06 08:41:06.000000000 +0100 +++ new/libgit2-glib-0.26.0/libgit2-glib/ggit-diff-format-email-options.c 2017-07-30 17:16:25.000000000 +0200 @@ -536,7 +536,7 @@ if (author) { priv->author = ggit_signature_copy (author); - priv->options.author = _ggit_native_get (author); + priv->options.author = _ggit_native_get (priv->author); } g_object_notify (G_OBJECT (options), "author"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/libgit2-glib/ggit-submodule-update-options.c new/libgit2-glib-0.26.0/libgit2-glib/ggit-submodule-update-options.c --- old/libgit2-glib-0.25.0/libgit2-glib/ggit-submodule-update-options.c 2015-07-25 23:08:34.000000000 +0200 +++ new/libgit2-glib-0.26.0/libgit2-glib/ggit-submodule-update-options.c 2017-07-30 17:16:25.000000000 +0200 @@ -44,7 +44,6 @@ PROP_0, PROP_CHECKOUT_OPTIONS, PROP_FETCH_OPTIONS, - PROP_CLONE_CHECKOUT_STRATEGY, }; static void @@ -79,10 +78,6 @@ ggit_submodule_update_options_set_fetch_options (options, g_value_get_boxed (value)); break; - case PROP_CLONE_CHECKOUT_STRATEGY: - ggit_submodule_update_options_set_clone_checkout_strategy (options, - g_value_get_flags (value)); - break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -108,10 +103,6 @@ case PROP_FETCH_OPTIONS: g_value_set_boxed (value, priv->fetch_options); break; - case PROP_CLONE_CHECKOUT_STRATEGY: - g_value_set_flags (value, - ggit_submodule_update_options_get_clone_checkout_strategy (options)); - break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -144,16 +135,6 @@ GGIT_TYPE_FETCH_OPTIONS, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); - - g_object_class_install_property (object_class, - PROP_CLONE_CHECKOUT_STRATEGY, - g_param_spec_flags ("clone-checkout-strategy", - "Clone Checkout Strategy", - "Clone checkout strategy", - GGIT_TYPE_CHECKOUT_STRATEGY, - GGIT_CHECKOUT_NONE, - G_PARAM_READWRITE | - G_PARAM_STATIC_STRINGS)); } static void @@ -318,50 +299,4 @@ g_object_notify (G_OBJECT (options), "fetch-options"); } -/** - * ggit_submodule_update_options_get_clone_checkout_strategy: - * @options: a #GgitSubmoduleUpdateOptions. - * - * Gets the clone checkout strategy. - * - * Returns: the clone checkout strategy. - */ -GgitCheckoutStrategy -ggit_submodule_update_options_get_clone_checkout_strategy (GgitSubmoduleUpdateOptions *options) -{ - GgitSubmoduleUpdateOptionsPrivate *priv; - - g_return_val_if_fail (GGIT_IS_SUBMODULE_UPDATE_OPTIONS (options), GGIT_CHECKOUT_NONE); - - priv = ggit_submodule_update_options_get_instance_private (options); - - return priv->options.clone_checkout_strategy; -} - -/** - * ggit_submodule_update_options_set_clone_checkout_strategy: - * @options: a #GgitSubmoduleUpdateOptions. - * @checkout_strategy: a #GgitCheckoutStrategy. - * - * Sets the clone checkout strategy. Use %GGIT_CHECKOUT_SAFE_CREATE to create - * all files in the working directory for the newly cloned repository. - */ -void -ggit_submodule_update_options_set_clone_checkout_strategy (GgitSubmoduleUpdateOptions *options, - GgitCheckoutStrategy checkout_strategy) -{ - GgitSubmoduleUpdateOptionsPrivate *priv; - - g_return_if_fail (GGIT_IS_SUBMODULE_UPDATE_OPTIONS (options)); - - priv = ggit_submodule_update_options_get_instance_private (options); - - if (priv->options.clone_checkout_strategy != checkout_strategy) - { - priv->options.clone_checkout_strategy = checkout_strategy; - - g_object_notify (G_OBJECT (options), "clone-checkout-strategy"); - } -} - /* ex:set ts=8 noet: */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/libgit2-glib/ggit-submodule-update-options.h new/libgit2-glib-0.26.0/libgit2-glib/ggit-submodule-update-options.h --- old/libgit2-glib-0.25.0/libgit2-glib/ggit-submodule-update-options.h 2015-07-22 17:35:50.000000000 +0200 +++ new/libgit2-glib-0.26.0/libgit2-glib/ggit-submodule-update-options.h 2017-07-30 17:16:25.000000000 +0200 @@ -50,10 +50,6 @@ void ggit_submodule_update_options_set_fetch_options (GgitSubmoduleUpdateOptions *options, GgitFetchOptions *fetch_options); -GgitCheckoutStrategy ggit_submodule_update_options_get_clone_checkout_strategy (GgitSubmoduleUpdateOptions *options); -void ggit_submodule_update_options_set_clone_checkout_strategy (GgitSubmoduleUpdateOptions *options, - GgitCheckoutStrategy checkout_strategy); - G_END_DECLS #endif /* __GGIT_SUBMODULE_UPDATE_OPTIONS_H__ */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgit2-glib-0.25.0/m4/ax_check_enable_debug.m4 new/libgit2-glib-0.26.0/m4/ax_check_enable_debug.m4 --- old/libgit2-glib-0.25.0/m4/ax_check_enable_debug.m4 2017-02-16 10:03:36.000000000 +0100 +++ new/libgit2-glib-0.26.0/m4/ax_check_enable_debug.m4 2017-07-30 17:16:30.000000000 +0200 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html +# https://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html # =========================================================================== # # SYNOPSIS @@ -42,7 +42,7 @@ # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. -#serial 5 +#serial 8 AC_DEFUN([AX_CHECK_ENABLE_DEBUG],[ AC_BEFORE([$0],[AC_PROG_CC])dnl @@ -65,8 +65,8 @@ m4_define(ax_disable_debug_vars,[m4_normalize(ifelse([$3],,[NDEBUG],[$3]))]) AC_ARG_ENABLE(debug, - [AS_HELP_STRING([--enable-debug=]@<:@yes/info/profile/no@:>@,[compile with debugging])], - [],enable_debug=$ax_enable_debug_default) + [AS_HELP_STRING([--enable-debug=]@<:@yes/info/profile/no@:>@,[compile with debugging])], + [],enable_debug=$ax_enable_debug_default) # empty mean debug yes AS_IF([test "x$enable_debug" = "x"], @@ -75,44 +75,44 @@ # case of debug AS_CASE([$enable_debug], [yes],[ - AC_MSG_RESULT(yes) - CFLAGS="${CFLAGS} -g -O0" - CXXFLAGS="${CXXFLAGS} -g -O0" - FFLAGS="${FFLAGS} -g -O0" - FCFLAGS="${FCFLAGS} -g -O0" - OBJCFLAGS="${OBJCFLAGS} -g -O0" + AC_MSG_RESULT(yes) + CFLAGS="${CFLAGS} -g -O0" + CXXFLAGS="${CXXFLAGS} -g -O0" + FFLAGS="${FFLAGS} -g -O0" + FCFLAGS="${FCFLAGS} -g -O0" + OBJCFLAGS="${OBJCFLAGS} -g -O0" ], [info],[ - AC_MSG_RESULT(info) - CFLAGS="${CFLAGS} -g" - CXXFLAGS="${CXXFLAGS} -g" - FFLAGS="${FFLAGS} -g" - FCFLAGS="${FCFLAGS} -g" - OBJCFLAGS="${OBJCFLAGS} -g" + AC_MSG_RESULT(info) + CFLAGS="${CFLAGS} -g" + CXXFLAGS="${CXXFLAGS} -g" + FFLAGS="${FFLAGS} -g" + FCFLAGS="${FCFLAGS} -g" + OBJCFLAGS="${OBJCFLAGS} -g" ], [profile],[ - AC_MSG_RESULT(profile) - CFLAGS="${CFLAGS} -g -pg" - CXXFLAGS="${CXXFLAGS} -g -pg" - FFLAGS="${FFLAGS} -g -pg" - FCFLAGS="${FCFLAGS} -g -pg" - OBJCFLAGS="${OBJCFLAGS} -g -pg" - LDFLAGS="${LDFLAGS} -pg" + AC_MSG_RESULT(profile) + CFLAGS="${CFLAGS} -g -pg" + CXXFLAGS="${CXXFLAGS} -g -pg" + FFLAGS="${FFLAGS} -g -pg" + FCFLAGS="${FCFLAGS} -g -pg" + OBJCFLAGS="${OBJCFLAGS} -g -pg" + LDFLAGS="${LDFLAGS} -pg" ], [ - AC_MSG_RESULT(no) - dnl Ensure AC_PROG_CC/CXX/F77/FC/OBJC will not enable debug flags - dnl by setting any unset environment flag variables - AS_IF([test "x${CFLAGS+set}" != "xset"], - [CFLAGS=""]) - AS_IF([test "x${CXXFLAGS+set}" != "xset"], - [CXXFLAGS=""]) - AS_IF([test "x${FFLAGS+set}" != "xset"], - [FFLAGS=""]) - AS_IF([test "x${FCFLAGS+set}" != "xset"], - [FCFLAGS=""]) - AS_IF([test "x${OBJCFLAGS+set}" != "xset"], - [OBJCFLAGS=""]) + AC_MSG_RESULT(no) + dnl Ensure AC_PROG_CC/CXX/F77/FC/OBJC will not enable debug flags + dnl by setting any unset environment flag variables + AS_IF([test "x${CFLAGS+set}" != "xset"], + [CFLAGS=""]) + AS_IF([test "x${CXXFLAGS+set}" != "xset"], + [CXXFLAGS=""]) + AS_IF([test "x${FFLAGS+set}" != "xset"], + [FFLAGS=""]) + AS_IF([test "x${FCFLAGS+set}" != "xset"], + [FCFLAGS=""]) + AS_IF([test "x${OBJCFLAGS+set}" != "xset"], + [OBJCFLAGS=""]) ]) dnl Define various variables if debugging is disabled.
