* libtextstyle/autogen.sh: Pass a --macro-prefix option to gnulib-tool.
* libtextstyle/configure.ac: Update accordingly.
term-ostream-tests
'
$GNULIB_TOOL --lib=libtextstyle --source-base=lib --m4-base=gnulib-m4 --tests-base=tests \
+ --macro-prefix=lts \
--makefile-name=Makefile.gnulib --libtool \
--local-dir=gnulib-local --local-dir=../gnulib-local \
--import --avoid=hash-tests $GNULIB_MODULES
dnl Checks that augment the CPPFLAGS.
-gl_EARLY
+lts_EARLY
dnl Checks for compiler output filename suffixes.
dnl Checks for types, header files, functions and declarations.
-gl_INIT
+lts_INIT
dnl Arrange that the gnulib-generated <unistd.h> does not declare isatty(). The
dnl adhoc-tests want to get this declaration from <textstyle.h>, not <unistd.h>.