summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-09-25 17:59:32 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-09-25 17:59:32 +0000
commitb0ac885cae9569a39f848cc9bd2adb7feaf0f14c (patch)
tree4cf13091537f99005f4ad1ae0ad526684ac2a287
parentbb8c0fd417589d67be1f5aabe9b8895aaa55eced (diff)
downloadgnutls-b0ac885cae9569a39f848cc9bd2adb7feaf0f14c.tar.gz
*** empty log message ***
-rwxr-xr-xbuildconf2
-rw-r--r--doc/tex/macros.tex1
2 files changed, 2 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 232be96e25..d42816766f 100755
--- a/buildconf
+++ b/buildconf
@@ -1,7 +1,7 @@
#! /bin/sh
aclocal && \
-libtoolize -c --force && \
+libtoolize -c --force --automake && \
aclocal && \
autoheader && \
automake -a -c --foreign || automake -a -c --foreign
diff --git a/doc/tex/macros.tex b/doc/tex/macros.tex
index a29528a741..30614541b0 100644
--- a/doc/tex/macros.tex
+++ b/doc/tex/macros.tex
@@ -1,2 +1,3 @@
\newcommand{\gnutls}{{\emph GNUTLS} }
+\newcommand{\tls}{{\emph TLS} }
\newcommand{\HRule}{\rule{\linewidth}{0.4mm}}