gegl r2584 - in branches/branch2_zhangjb: . operations
- From: zhangjb svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2584 - in branches/branch2_zhangjb: . operations
- Date: Thu, 11 Sep 2008 03:36:54 +0000 (UTC)
Author: zhangjb
Date: Thu Sep 11 03:36:54 2008
New Revision: 2584
URL: http://svn.gnome.org/viewvc/gegl?rev=2584&view=rev
Log:
Modified:
branches/branch2_zhangjb/ChangeLog
branches/branch2_zhangjb/configure.ac
branches/branch2_zhangjb/operations/Makefile.am
Modified: branches/branch2_zhangjb/configure.ac
==============================================================================
--- branches/branch2_zhangjb/configure.ac (original)
+++ branches/branch2_zhangjb/configure.ac Thu Sep 11 03:36:54 2008
@@ -819,13 +819,13 @@
AM_CONDITIONAL(ENABLE_WORKSHOP, test "x$enable_workshop" == "xyes")
-dnl disable gpl codes.
-AC_ARG_ENABLE([gpl],
- [ --enable-gpl allow use of GPL code, the frequency domain operations are build \
- and gegl will be under GPL (default=no)],,
- enable_gpl="no")
+dnl disable frequency operation codes.
+AC_ARG_ENABLE([frequency],
+ [ --enable-frequency allow use of frequency operationcode, the frequency domain operations \
+ are build and gegl will be under GPL (default=no)],,
+ enable_frequency="no")
-AM_CONDITIONAL(ENABLE_GPL, test "x$enable_gpl" == "xyes")
+AM_CONDITIONAL(ENABLE_FREQUENCY, test "x$enable_frequency" == "xyes")
@@ -873,7 +873,7 @@
Build workshop: $enable_workshop
Build website: $have_asciidoc
SIMD: sse:$enable_sse mmx:$enable_mmx
- GPL: $enable_gpl
+ FREQUENCY: $enable_frequency
Optional dependencies:
GTK+: $have_gtk
@@ -897,3 +897,11 @@
FFTW: $have_fftw3
V4L: $have_v4l
]);
+
+if test "$enable_frequency" == "yes"
+then
+AC_MSG_RESULT([
+Note: The option --enable-frequency is selected, the frequency operation code which is under GPL licence is avaiable \
+ and the gegl is under GPL now.
+]);
+fi
\ No newline at end of file
Modified: branches/branch2_zhangjb/operations/Makefile.am
==============================================================================
--- branches/branch2_zhangjb/operations/Makefile.am (original)
+++ branches/branch2_zhangjb/operations/Makefile.am Thu Sep 11 03:36:54 2008
@@ -9,7 +9,7 @@
SUBDIRS+= workshop
endif
-if ENABLE_GPL
+if ENABLE_FREQUENCY
SUBDIRS+= frequency
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]