diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-25 18:07:17 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-25 18:07:17 -0400 |
commit | 9f25c096019b378cc0734fce4291ab53a35b391e (patch) | |
tree | 6e27961cc008265b870d472050f0b530d6879d0d /libtool | |
parent | bb9e935084b97bc8369856d3e075b7e19182e120 (diff) | |
download | egawk-9f25c096019b378cc0734fce4291ab53a35b391e.tar.gz egawk-9f25c096019b378cc0734fce4291ab53a35b391e.tar.bz2 egawk-9f25c096019b378cc0734fce4291ab53a35b391e.zip |
Rewrite extension/Makefile.am
Diffstat (limited to 'libtool')
-rwxr-xr-x | libtool | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,6 +39,9 @@ available_tags="" # ### BEGIN LIBTOOL CONFIG +# Whether or not to build static libraries. +build_old_libs=no + # Which release of libtool.m4 was used? macro_version=2.4.2 macro_revision=1.3337 @@ -46,9 +49,6 @@ macro_revision=1.3337 # Whether or not to build shared libraries. build_libtool_libs=yes -# Whether or not to build static libraries. -build_old_libs=yes - # What type of objects to build. pic_mode=default |