$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Libtool on Gnu/Linux Distros

GNU/Linux Installing Libtool Guide

Hi! This tutorial will guide you step-by-step on How to Install Libtool in GNU/Linux Distributions.

And GNU Libtool for Linux is a generic Library support Script that hides the complexity of using shared Libraries behind a consistent, portable Interface.

To use Libtool, add the new generic Library building Commands to your Makefile, Makefile.in, or Makefile.am. See the Documentation for details>.

Featured

GNU/Linux Libtool Installation Guide