diff options
author | Marcus Brinkmann <[email protected]> | 2001-10-22 15:39:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-10-22 15:39:34 +0000 |
commit | 44ba56ca730b13d8573fb16da0aa5a68cff0008c (patch) | |
tree | 6dc44aedeabf0d7d512c2f7a42ee9eded46b2317 /autogen.sh | |
parent | 2001-10-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-44ba56ca730b13d8573fb16da0aa5a68cff0008c.tar.gz gpgme-44ba56ca730b13d8573fb16da0aa5a68cff0008c.zip |
2001-10-22 Marcus Brinkmann <[email protected]>
* autogen.sh: Invoke automake with `-a' (add missing files).
Do not invoke configure.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -143,19 +143,7 @@ echo "Running aclocal..." aclocal echo "Running autoheader..." autoheader -echo "Running automake --gnu ..." -automake --gnu; +echo "Running automake --gnu -a ..." +automake --gnu -a echo "Running autoconf..." autoconf - -if test "$*" = ""; then - conf_options="--enable-maintainer-mode" -else - conf_options=$* -fi -echo "Running ./configure $conf_options" -./configure $conf_options - - - - |