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 againRevelation / configure.ac
- commit
- c649040647c5
- parent
- deb6e8bed5dc
- branch
- default
- tags
- revelation-0.4.2
bumped version number to 0.4.2
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 |
c649040647c5
|
AM_INIT_AUTOMAKE(revelation, 0.4.2) |
11 |
5d99fc2aa75a
|
|
12 |
94cc26e5e65d
|
|
13 |
a207757f8451
|
dnl check for dependencies |
14 |
5d99fc2aa75a
|
AC_PROG_CC() |
15 |
13a32d3a5428
|
RVL_PYTHON_PATH(2.3) |
16 |
ab267e8bc63d
|
RVL_PYTHON_MODULE(Crypto, yes) |
17 |
a207757f8451
|
PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= 2.3.90) |
18 |
a207757f8451
|
PKG_CHECK_MODULES(GNOME_PYTHON, gnome-python-2.0 >= 2.5.90) |
19 |
bffe619c6cec
|
RVL_CRACKLIB() |
20 |
ab267e8bc63d
|
RVL_GCONF() |
21 |
ab267e8bc63d
|
RVL_FDO_MIME() |
22 |
9be42a38f988
|
|
23 |
a207757f8451
|
|
24 |
a207757f8451
|
dnl output files |
25 |
a207757f8451
|
AC_OUTPUT([ |
26 |
a207757f8451
|
Makefile |
27 |
a207757f8451
|
data/Makefile |
28 |
1c96b7e48232
|
data/cracklib/Makefile |
29 |
1c96b7e48232
|
data/gconf/Makefile |
30 |
a09619f1f68c
|
data/icons/Makefile |
31 |
3dcf95408d8d
|
data/icons/16x16/Makefile |
32 |
67d9e9983ed8
|
data/icons/24x24/Makefile |
33 |
67d9e9983ed8
|
data/icons/32x32/Makefile |
34 |
3dcf95408d8d
|
data/icons/48x48/Makefile |
35 |
51d3c446da8f
|
data/icons/scalable/Makefile |
36 |
5d85e4e10813
|
data/mime/Makefile |
37 |
086abbb6fc3c
|
data/ui/Makefile |
38 |
a207757f8451
|
src/Makefile |
39 |
a207757f8451
|
src/lib/Makefile |
40 |
a207757f8451
|
src/lib/datahandler/Makefile |
41 |
9445df12ea7b
|
test/Makefile |
42 |
5d99fc2aa75a
|
wrap/Makefile |
43 |
bffe619c6cec
|
wrap/authmanager/Makefile |
44 |
bffe619c6cec
|
wrap/crack/Makefile |
45 |
a207757f8451
|
]) |
46 |
a207757f8451
|