[Geany-Devel] Possible error in HACKING
Lex Trotman
elextr at xxxxx
Sat May 24 13:16:47 UTC 2014
On 24 May 2014 22:39, Philipp Trommler <ph.trommler at gmail.com> wrote:
> Hi!
>
> I just began to write a port of the Gedit plugin from Autovala as a
> plugin for Geany and while setting up my fork of the geany-plugins
> repository I had to change the text for the yourfancypluginname.m4 file
> mentioned in the HACKING file from
>
>>AC_DEFUN([GP_CHECK_YOURFANCYPLUGINNAME],
>>[
>> GP_ARG_DISABLE([yourfancypluginname], [auto])
>> GP_STATUS_PLUGIN_ADD([yourfancypluginname],
> [$enable_yourfancxpluginname])
>> AC_CONFIG_FILES([
>> yourplugin/Makefile
>> yourplugin/src/Makefile
>> ])
>>])
>
> to
>
>>AC_DEFUN([GP_CHECK_YOURFANCYPLUGINNAME],
>>[
>> GP_ARG_DISABLE([yourfancypluginname], [auto])
>> GP_COMMIT_PLUGIN_STATUS([yourfancypluginname])
>> AC_CONFIG_FILES([
>> yourplugin/Makefile
>> yourplugin/src/Makefile
>> ])
>>])
>
> in order to make autogen.sh work. Is this a bug/error in the HACKING
> file or am I missing something?
git bisect says some b4n who shall remain nameless changed
GP_STATUS_PLUGIN_ADD to GP_COMMIT_PLUGIN_STATUS without updating
HACKING :(
Cheers
Lex
>
> Greetings,
> Philipp.
>
> _______________________________________________
> Devel mailing list
> Devel at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/devel
>
More information about the Devel
mailing list