This fixes configure warnings
``` configure.ac:27: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from... configure.ac:27: the top level configure.ac:27: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from... configure.ac:27: the top level autoreconf-2.69: configure.ac: tracing configure.ac:27: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:368: AC_USE_SYSTEM_EXTENSIONS is expanded from... configure.ac:27: the top level ``` You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3121
-- Commit Summary --
* Fix configure warnings
-- File Changes --
M configure.ac (6)
-- Patch Links --
https://github.com/geany/geany/pull/3121.patch https://github.com/geany/geany/pull/3121.diff
@yozmos pushed 1 commit.
26713ff19fe70392704949cd1c11cd17a9df67d9 Fix a compile error
@yozmos pushed 0 commits.
@yozmos pushed 1 commit.
194a0f6aae7fc99edd6a4d95fb1ad3f860cc2bc6 Fix a compile error
github.com behaves a bit weird. Sorry
https://github.com/geany/geany/pull/3121/commits/194a0f6aae7fc99edd6a4d95fb1... fixes a compile error.
``` sciwrappers.c:752:2: error: non-void function 'sci_get_contents' should return a value [-Wreturn-type] g_return_if_fail(buffer_len != 0); ^ /usr/local/include/glib-2.0/glib/gmessages.h:639:9: note: expanded from macro 'g_return_if_fail' return; \ ^ ```
The configure issue is dealt by #3092 already. Can you please remove that commit so that I can merge the compile issue fix?
@yozmos pushed 1 commit.
60c9feefd9e025f1e11403628481cfbab3d47dd8 Fix a compile error
Okay. I did 'push -f' now.
Closed #3121.
github-comments@lists.geany.org