build: enable examples build by default
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 3 Jul 2017 19:01:59 +0000 (15:01 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 3 Jul 2017 19:00:22 +0000 (15:00 -0400)
commitb58629bbbef3d811700b016eb9fa97e2af71e1a1
treef51b966182103db7fe14ed0630eca3ba51d20f59
parentded5b1e764fdc97403bd829b02106ae8b9af10a4
build: enable examples build by default

the previous method of forcing this to be enabled for dist builds caused
breaks when the original configure disabled examples, as the little-known
DISTCHECK_CONFIGURE_FLAGS variable would need to also be set to disable
examples even though the user would think they were disabled based on configure
output
Makefile.am
configure.ac