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.
| commit 198: | 117efb089a91 |
| parent 197: | 9e1db933e6ed |
| branch: | default |
removed ./configure from autogen
Changed (Δ162 bytes):
raw changeset »
autogen.sh (0 lines added, 5 lines removed)
| … | … | @@ -33,8 +33,3 @@ WANT_AUTOMAKE="1.7" $AUTOMAKE || exit 1 |
33 |
33 |
test -f Makefile.in || \ |
34 |
34 |
{ echo "automake failed to generate Makefile.in" 2>&1; exit 1; } |
35 |
35 |
|
36 |
# run configure |
|
37 |
echo "Running $srcdir/configure $conf_flags " "$@" ... |
|
38 |
$srcdir/configure --cache-file=config.cache $conf_flags "$@" && \ |
|
39 |
echo "Now type 'make'" |
|
40 |
