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.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / configure.ac

commit
82c055d03a36
parent
13ec1163cf9f
branch
default
tags
revelation-0.4.4

set release date

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
c5babd973ac9
AM_INIT_AUTOMAKE(revelation, 0.4.4)
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
ab267e8bc63d
RVL_PYTHON_MODULE(Crypto, yes)
18
ca2af4e02c4c
19
ca2af4e02c4c
RVL_PYGTK()
20
bffe619c6cec
RVL_CRACKLIB()
21
ab267e8bc63d
RVL_GCONF()
22
cb0f2b51a795
RVL_LIBPANELAPPLET()
23
ab267e8bc63d
RVL_FDO_MIME()
24
9be42a38f988
25
a207757f8451
26
a207757f8451
dnl output files
27
a207757f8451
AC_OUTPUT([
28
a207757f8451
	Makefile
29
a207757f8451
	data/Makefile
30
e5681e842641
	data/bonobo/Makefile
31
1c96b7e48232
	data/cracklib/Makefile
32
1c96b7e48232
	data/gconf/Makefile
33
a09619f1f68c
	data/icons/Makefile
34
3dcf95408d8d
	data/icons/16x16/Makefile
35
67d9e9983ed8
	data/icons/24x24/Makefile
36
67d9e9983ed8
	data/icons/32x32/Makefile
37
3dcf95408d8d
	data/icons/48x48/Makefile
38
51d3c446da8f
	data/icons/scalable/Makefile
39
5d85e4e10813
	data/mime/Makefile
40
086abbb6fc3c
	data/ui/Makefile
41
a207757f8451
	src/Makefile
42
a207757f8451
	src/lib/Makefile
43
a207757f8451
	src/lib/datahandler/Makefile
44
1c56d7845099
	src/wrap/Makefile
45
1c56d7845099
	src/wrap/crack/Makefile
46
0f8c7965fdf3
	src/wrap/gnomemisc/Makefile
47
a207757f8451
])
48
a207757f8451