~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to configure.ac

Merge non-b0rked GCal & Vinagre plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        AC_MSG_ERROR([You need to install pkg-config])
13
13
fi
14
14
 
15
 
dnl Handle Boo compiler
16
 
AC_PATH_PROG(BOOC, booc, no)
17
 
BOO="Boo"
18
 
 
19
 
if test "x$BOOC" = "xno" ; then
20
 
        AC_MSG_ERROR([No $BOO compiler found])
21
 
else
22
 
        BOOC=$BOOC
23
 
fi
24
 
 
25
 
AC_SUBST(BOOC)
26
 
 
27
15
dnl Handle various possible C# compilers
28
16
AC_PATH_PROG(CSC, csc, no)
29
17
AC_PATH_PROG(GMCS, gmcs, no)
174
162
 
175
163
AM_CONDITIONAL(ENABLE_LAUNCHPAD_PLUGIN, test "x$enable_launchpad_plugin" = "xyes")
176
164
 
177
 
dnl - Tasque plugin
178
 
AC_ARG_ENABLE([tasque-plugin],
179
 
        AS_HELP_STRING([--enable-tasque-plugin],[Enable the Tasque plugin]),
180
 
        enable_tasque_plugin=$enableval,
181
 
        enable_tasque_plugin=yes)
182
 
 
183
 
AM_CONDITIONAL(ENABLE_TASQUE_PLUGIN, test "x$enable_tasque_plugin" = "xyes")
184
 
 
185
165
dnl - Tomboy plugin
186
166
AC_ARG_ENABLE([tomboy-plugin],
187
167
        AS_HELP_STRING([--enable-tomboy-plugin],[Enable the Tomboy plugin]),
215
195
 
216
196
AC_CONFIG_FILES([
217
197
        Makefile
218
 
        Amarok/Makefile
219
 
        Banshee/Makefile
220
 
        Banshee/src/Makefile
221
 
        Epiphany/Makefile
 
198
        GNOME-Session/Makefile
222
199
        Evolution/Makefile
223
200
        Evolution/src/Makefile
224
 
        File/Makefile
225
 
        GNOME-Screenshot/Makefile
226
 
        GNOME-Session/Makefile
227
 
        GNOME-Terminal/Makefile
 
201
        Epiphany/Makefile
 
202
        Amarok/Makefile
 
203
        Rhythmbox/Makefile
 
204
        Rhythmbox/src/Makefile
 
205
        Pidgin/Makefile
 
206
        Pidgin/src/Makefile
 
207
        LocateFiles/Makefile
 
208
        Thunderbird/Makefile
 
209
        Thunderbird/src/Makefile
228
210
        GoogleCalculator/Makefile
229
 
        Launchpad/Makefile
230
 
        Launchpad/Resources/Makefile
231
 
        Launchpad/src/Makefile
232
 
        LocateFiles/Makefile
233
211
        OpenSearch/Makefile
234
212
        OpenSearch/src/Makefile
235
213
        Pastebin/Makefile
236
214
        Pastebin/src/Makefile
237
 
        Pidgin/Makefile
238
 
        Pidgin/src/Makefile
239
 
        Rhythmbox/Makefile
240
 
        Rhythmbox/src/Makefile
241
 
        SSH/Makefile
242
215
        SimplePlugins/Makefile
243
 
        Tasque/Makefile
244
216
        Templates/Makefile
245
 
        Thunderbird/Makefile
246
 
        Thunderbird/src/Makefile
 
217
        Banshee/Makefile
 
218
        Banshee/src/Makefile
 
219
        SSH/Makefile
 
220
        File/Makefile
 
221
        Launchpad/Makefile
 
222
        Launchpad/src/Makefile
 
223
        Launchpad/Resources/Makefile
247
224
        Tomboy/Makefile
248
 
        Twitter/Makefile
 
225
        Twitter/Makefile
249
226
])
250
227
 
251
228
AC_OUTPUT