Remove unused AC_SUBST variables
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 12 May 2012 20:29:07 +0000 (23:29 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 12 May 2012 20:39:38 +0000 (23:39 +0300)
commit7b85527eaee2cdcfc33d9f8c6c8e4a4908f7f58d
treee5b089dc98ad62f78b2f4cba2b24c8ec65b52d2e
parent31ad6553646c81f3ce8fccf8aef1a1134a7864c7
Remove unused AC_SUBST variables

These were apparently never used.  The AC_SUBST was probably just
added in a copy-and-paste manner.  (The shell variables continue to be
used inside configure.  The change is just that we don't need them
outside of configure.)
configure
configure.in