~iwarford/do-plugins/inline-google-fix

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Alex Launi
  • Date: 2008-07-01 20:02:42 UTC
  • mfrom: (151.1.24 do-plugins)
  • Revision ID: alex@eriktorvaldsonn-20080701200242-l85j12hkp0os19tb
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
AC_ARG_ENABLE(debug,
26
26
        AC_HELP_STRING([--enable-debug],
27
 
                [Use 'DEBUG' Configuration [default=NO]]),
 
27
                [Use 'DEBUG' Configuration [default=YES]]),
28
28
                enable_debug=yes, enable_debug=no)
29
29
AM_CONDITIONAL(ENABLE_DEBUG, test x$enable_debug = xyes)
30
30
if test "x$enable_debug" = "xyes" ; then
38
38
if test "x$enable_release" = "xyes" ; then
39
39
        CONFIG_REQUESTED="yes"
40
40
fi
41
 
AC_ARG_ENABLE(repo,
42
 
        AC_HELP_STRING([--enable-repo],
43
 
                [Use 'REPO' Configuration [default=YES]]),
44
 
                enable_repo=yes, enable_repo=no)
45
 
AM_CONDITIONAL(ENABLE_REPO, test x$enable_repo = xyes)
46
 
if test "x$enable_repo" = "xyes" ; then
47
 
        CONFIG_REQUESTED="yes"
48
 
fi
49
41
if test -z "$CONFIG_REQUESTED" ; then
50
 
        AM_CONDITIONAL(ENABLE_REPO, true)
51
 
        enable_repo=yes
 
42
        AM_CONDITIONAL(ENABLE_DEBUG, true)
 
43
        enable_debug=yes
52
44
fi
53
45
 
54
46
 
55
47
dnl package checks, common for all configs
56
 
PKG_CHECK_MODULES([DODBUS], [do.dbus])
 
48
PKG_CHECK_MODULES([GNOME_DESKTOP_SHARP_20], [gnome-desktop-sharp-2.0])
57
49
PKG_CHECK_MODULES([WNCK_SHARP_10], [wnck-sharp-1.0])
 
50
PKG_CHECK_MODULES([GNOME_VFS_SHARP_20], [gnome-vfs-sharp-2.0])
 
51
PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
 
52
PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0])
 
53
PKG_CHECK_MODULES([GCONF_SHARP_20], [gconf-sharp-2.0])
 
54
PKG_CHECK_MODULES([DOADDINS], [do.addins])
58
55
PKG_CHECK_MODULES([NDESK_DBUS_10], [ndesk-dbus-1.0])
59
 
PKG_CHECK_MODULES([GCONF_SHARP_20], [gconf-sharp-2.0])
60
56
PKG_CHECK_MODULES([EVOLUTION_SHARP], [evolution-sharp])
61
 
PKG_CHECK_MODULES([GNOME_DESKTOP_SHARP_20], [gnome-desktop-sharp-2.0])
62
 
PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0])
 
57
PKG_CHECK_MODULES([FLICKRNET], [flickrnet])
63
58
PKG_CHECK_MODULES([NDESK_DBUS_GLIB_10], [ndesk-dbus-glib-1.0])
64
 
PKG_CHECK_MODULES([DOADDINS], [do.addins])
65
 
PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
66
59
 
67
60
dnl package checks, per config
68
61
 
 
62
 
69
63
AC_CONFIG_FILES([
70
 
    Amarok/Makefile
71
 
    Amarok/amarok.pc
72
 
    Banshee/Makefile
73
 
    Banshee/banshee.pc
74
 
    Epiphany/Makefile
75
 
    Epiphany/epiphany.pc
76
 
    Evolution/Makefile
77
 
    Evolution/evolution.pc
78
 
    File/Makefile
79
 
    File/file.pc
80
 
    Firefox/Makefile
81
 
    Firefox/firefox.pc
82
 
    GCalendar/Makefile
83
 
    GCalendar/gcalendar.pc
84
 
    GNOME-Screenshot/Makefile
85
 
    GNOME-Screenshot/gnome-screenshot.pc
86
 
    GNOME-Session/Makefile
87
 
    GNOME-Session/gnome-session.pc
88
 
    GoogleCalculator/Makefile
89
 
    GoogleCalculator/googlecalculator.pc
90
 
    Launchpad/Makefile
91
 
    Launchpad/launchpad.pc
92
 
    LocateFiles/Makefile
93
 
    LocateFiles/locatefiles.pc
94
 
    Makefile
95
 
    OpenSearch/Makefile
96
 
    OpenSearch/opensearch.pc
97
 
    Pastebin/Makefile
98
 
    Pastebin/pastebin.pc
99
 
    Pidgin/Makefile
100
 
    Pidgin/pidgin.pc
101
 
    Rhythmbox/Makefile
102
 
    Rhythmbox/rhythmbox.pc
103
 
    SSH/Makefile
104
 
    SSH/ssh.pc
105
 
    SimplePlugins/Makefile
106
 
    SimplePlugins/simpleplugins.pc
107
 
    Tasque/Makefile
108
 
    Tasque/tasque.pc
109
 
    Thunderbird/Makefile
110
 
    Thunderbird/thunderbird.pc
111
 
    Tomboy/Makefile
112
 
    Tomboy/tomboy.pc
113
 
    Twitter/Makefile
114
 
    Twitter/twitter.pc
115
 
    Vinagre/Makefile
116
 
    Vinagre/vinagre.pc
117
 
    WindowManager/Makefile
118
 
    WindowManager/windowmanager.pc
 
64
Twitter/twitter.pc
 
65
Tasque/Makefile
 
66
GNOME-Screenshot/Makefile
 
67
GCalendar/Makefile
 
68
Banshee/Makefile
 
69
Do.Music/Makefile
 
70
Pastebin/pastebin.pc
 
71
Do.Music/DoMusicBanshee/Makefile
 
72
Text/text.pc
 
73
Vinagre/vinagre.pc
 
74
VolumeControl/volumecontrol.pc
 
75
SSH/ssh.pc
 
76
Archive/Makefile
 
77
DiskMounter/Makefile
 
78
OpenSearch/opensearch.pc
 
79
Tasque/tasque.pc
 
80
Vinagre/Makefile
 
81
GoogleCalculator/googlecalculator.pc
 
82
WindowManager/windowmanager.pc
 
83
Do.Music/DoMusicMPD/Makefile
 
84
SSH/Makefile
 
85
GNOME-Dictionary/gnome-dictionary.pc
 
86
GNOME-Session/gnome-session.pc
 
87
Banshee/banshee.pc
 
88
Do.Music/DoMusicBanshee/domusicbanshee.pc
 
89
GNOME-Dictionary/Makefile
 
90
Rhythmbox/Makefile
 
91
Archive/archive.pc
 
92
WindowManager/Makefile
 
93
Launchpad/Makefile
 
94
Twitter/Makefile
 
95
Pastebin/Makefile
 
96
Amarok/Makefile
 
97
GMailContacts/gmailcontacts.pc
 
98
Firefox/Makefile
 
99
RSS/rss.pc
 
100
GoogleMaps/Makefile
 
101
Flickr/Makefile
 
102
LocateFiles/Makefile
 
103
Evolution/Makefile
 
104
Do.Music/DoMusicAmarok/domusicamarok.pc
 
105
Shelf/shelf.pc
 
106
GoogleMaps/googlemaps.pc
 
107
GNOME-Screenshot/gnome-screenshot.pc
 
108
File/Makefile
 
109
File/file.pc
 
110
Riptide/riptide.pc
 
111
GMailContacts/Makefile
 
112
Pidgin/Makefile
 
113
Amarok/amarok.pc
 
114
VolumeControl/Makefile
 
115
Do.Music/DoMusicAmarok/Makefile
 
116
Shelf/Makefile
 
117
GNOME-Terminal/gnome-terminal.pc
 
118
GNOME-Terminal/Makefile
 
119
GNOME-Session/Makefile
 
120
Flickr/flickr.pc
 
121
Riptide/Makefile
 
122
Firefox/firefox.pc
 
123
Evolution/evolution.pc
 
124
OpenSearch/Makefile
 
125
Text/Makefile
 
126
Epiphany/epiphany.pc
 
127
Pidgin/pidgin.pc
 
128
Epiphany/Makefile
 
129
Rhythmbox/rhythmbox.pc
 
130
Tomboy/Makefile
 
131
Tomboy/tomboy.pc
 
132
GoogleCalculator/Makefile
 
133
LocateFiles/locatefiles.pc
 
134
Launchpad/launchpad.pc
 
135
RSS/Makefile
 
136
DiskMounter/diskmounter.pc
 
137
Makefile
 
138
GCalendar/gcalendar.pc
 
139
Do.Music/DoMusicMPD/domusicmpd.pc
 
140
 
119
141
])
120
142
 
121
143
AC_OUTPUT