Discussion:
[PATCH] Simplify Evolution Brutus options
Luis Correia
2008-07-17 13:56:39 UTC
Permalink
Simplify Evolution Brutus options

Remove "-brutus" from the ./configure options

Signed-off-by: Luis Correia <luis.f.correia-***@public.gmane.org>

(used format: "svn diff")
Jules Colding
2008-07-17 14:03:39 UTC
Permalink
Post by Luis Correia
Simplify Evolution Brutus options
Remove "-brutus" from the ./configure options
Look here:

AC_ARG_ENABLE(brutus-devel,
- [AS_HELP_STRING([--enable-brutus-devel[[[[=no/yes]]]]],
[Install development files [default=no]])],
+ [AS_HELP_STRING([--enable-devel[[[[=no/yes]]]]],
[Install development files [default=no]])],
[],
enable_brutus_devel=no)
if test "x$enable_brutus_devel" = "xyes"; then



You need all the '_' variants too. Furthermore, please grep the source
for AC_DEFINE constants and compile test the tree when done patching.


Thanks,
jules
Post by Luis Correia
(used format: "svn diff")
<remove-brutus-
option.diff.gz>_______________________________________________
brutus mailing list
http://www.42tools.com/mailman/listinfo/brutus
Luis Correia
2008-07-17 14:04:51 UTC
Permalink
arghhhh!

will do, sorry for the early noise.
luis
Post by Jules Colding
Post by Luis Correia
Simplify Evolution Brutus options
Remove "-brutus" from the ./configure options
AC_ARG_ENABLE(brutus-devel,
- [AS_HELP_STRING([--enable-brutus-devel[[[[=no/yes]]]]],
[Install development files [default=no]])],
+ [AS_HELP_STRING([--enable-devel[[[[=no/yes]]]]],
[Install development files [default=no]])],
[],
enable_brutus_devel=no)
if test "x$enable_brutus_devel" = "xyes"; then
You need all the '_' variants too. Furthermore, please grep the source
for AC_DEFINE constants and compile test the tree when done patching.
Thanks,
jules
Post by Luis Correia
(used format: "svn diff")
<remove-brutus-
option.diff.gz>_______________________________________________
brutus mailing list
http://www.42tools.com/mailman/listinfo/brutus
_______________________________________________
brutus mailing list
http://www.42tools.com/mailman/listinfo/brutus
Loading...