Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / configure.ac

commit
ba434a17e651
parent
e6bf198935fe
branch
default
tags
revelation-0.4.6

set release dates

1
1c96b7e48232
dnl
2
1c96b7e48232
dnl configure.ac
3
1c96b7e48232
dnl
4
1c96b7e48232
dnl $Id$
5
1c96b7e48232
dnl
6
1c96b7e48232
7
94cc26e5e65d
dnl initialize autoconf/automake
8
a207757f8451
AC_PREREQ(2.53)
9
a207757f8451
AC_INIT(src/revelation.in)
10
8bcba268295a
AM_INIT_AUTOMAKE(revelation, 0.4.6)
11
5d99fc2aa75a
12
94cc26e5e65d
13
a207757f8451
dnl check for dependencies
14
5d99fc2aa75a
AC_PROG_CC()
15
ca2af4e02c4c
16
13a32d3a5428
RVL_PYTHON_PATH(2.3)
17
ca2af4e02c4c
RVL_PYGTK()
18
bffe619c6cec
RVL_CRACKLIB()
19
ab267e8bc63d
RVL_GCONF()
20
cb0f2b51a795
RVL_LIBPANELAPPLET()
21
ab267e8bc63d
RVL_FDO_MIME()
22
9be42a38f988
23
2714cd3c4492
RVL_PYTHON_MODULE(Crypto, yes)
24
2714cd3c4492
RVL_PYTHON_MODULE(bonobo, yes)
25
2714cd3c4492
RVL_PYTHON_MODULE(gconf, yes)
26
2714cd3c4492
RVL_PYTHON_MODULE(gtk, yes)
27
2714cd3c4492
RVL_PYTHON_MODULE(gnome, yes)
28
2714cd3c4492
RVL_PYTHON_MODULE(gobject, yes)
29
2714cd3c4492
RVL_PYTHON_MODULE(pango, yes)
30
2714cd3c4492
31
a207757f8451
32
a207757f8451
dnl output files
33
a207757f8451
AC_OUTPUT([
34
a207757f8451
	Makefile
35
a207757f8451
	data/Makefile
36
e5681e842641
	data/bonobo/Makefile
37
1c96b7e48232
	data/cracklib/Makefile
38
1c96b7e48232
	data/gconf/Makefile
39
a09619f1f68c
	data/icons/Makefile
40
3dcf95408d8d
	data/icons/16x16/Makefile
41
67d9e9983ed8
	data/icons/24x24/Makefile
42
67d9e9983ed8
	data/icons/32x32/Makefile
43
3dcf95408d8d
	data/icons/48x48/Makefile
44
51d3c446da8f
	data/icons/scalable/Makefile
45
5d85e4e10813
	data/mime/Makefile
46
086abbb6fc3c
	data/ui/Makefile
47
a207757f8451
	src/Makefile
48
a207757f8451
	src/lib/Makefile
49
a207757f8451
	src/lib/datahandler/Makefile
50
1c56d7845099
	src/wrap/Makefile
51
1c56d7845099
	src/wrap/crack/Makefile
52
0f8c7965fdf3
	src/wrap/gnomemisc/Makefile
53
a207757f8451
])
54
a207757f8451