- Move macro for checking for GCC visibility support to a separate file
- Delete the "serialize()" method of concrete_environment, since useless git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@721 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
6152a06268
commit
cd9a73ee0e
5 changed files with 94 additions and 63 deletions
|
@ -63,8 +63,11 @@ CLEANFILES =
|
|||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
install_macros = m4/sgpemv2-dirs.m4
|
||||
macros = m4/compilerflags.m4 \
|
||||
install_macros = \
|
||||
m4/sgpemv2-dirs.m4 \
|
||||
m4/sgpemv2-visibility.m4
|
||||
macros = \
|
||||
m4/compilerflags.m4 \
|
||||
m4/linkingflags.m4
|
||||
|
||||
EXTRA_DIST += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue