2001-10-22 Marcus Brinkmann <marcus@g10code.de>
* autogen.sh: Invoke automake with `-a' (add missing files). Do not invoke configure.
This commit is contained in:
parent
4691a5e940
commit
44ba56ca73
@ -1,3 +1,8 @@
|
|||||||
|
2001-10-22 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* autogen.sh: Invoke automake with `-a' (add missing files).
|
||||||
|
Do not invoke configure.
|
||||||
|
|
||||||
2001-09-17 Werner Koch <wk@gnupg.org>
|
2001-09-17 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
Released 0.2.3.
|
Released 0.2.3.
|
||||||
|
6
TODO
6
TODO
@ -16,6 +16,12 @@
|
|||||||
|
|
||||||
* Implement decrypt+verify
|
* Implement decrypt+verify
|
||||||
|
|
||||||
|
* Tests
|
||||||
|
** t-data
|
||||||
|
*** Test gpgme_data_write and gpgme_data_release_and_get_mem.
|
||||||
|
*** Test gpgme_data_rewind for invalid types.
|
||||||
|
*** Test gpgme_data_read's readable feature.
|
||||||
|
|
||||||
Bugs reported by Stephane Corthesy:
|
Bugs reported by Stephane Corthesy:
|
||||||
> - When asking a GpgmeKey for one of its sub-userIDs (index > 0)
|
> - When asking a GpgmeKey for one of its sub-userIDs (index > 0)
|
||||||
> GPGME_ATTR_EMAIL attribute, it returns the name + email, whereas for
|
> GPGME_ATTR_EMAIL attribute, it returns the name + email, whereas for
|
||||||
|
16
autogen.sh
16
autogen.sh
@ -143,19 +143,7 @@ echo "Running aclocal..."
|
|||||||
aclocal
|
aclocal
|
||||||
echo "Running autoheader..."
|
echo "Running autoheader..."
|
||||||
autoheader
|
autoheader
|
||||||
echo "Running automake --gnu ..."
|
echo "Running automake --gnu -a ..."
|
||||||
automake --gnu;
|
automake --gnu -a
|
||||||
echo "Running autoconf..."
|
echo "Running autoconf..."
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
if test "$*" = ""; then
|
|
||||||
conf_options="--enable-maintainer-mode"
|
|
||||||
else
|
|
||||||
conf_options=$*
|
|
||||||
fi
|
|
||||||
echo "Running ./configure $conf_options"
|
|
||||||
./configure $conf_options
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user