summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-06-26 22:58:59 -0400
committerirungentoo <irungentoo@gmail.com>2015-06-26 22:58:59 -0400
commit0e982405d6ace103d896e690777ea5ab00bf113e (patch)
tree545f3eb76e6ca87216de2261677288f15ed4800b /configure.ac
parentf2be0a3c5da66f62cc82b8aecca6350251e48f55 (diff)
Some comment fixes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a100f344..2b7f3a2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ([2.65]) 4AC_PREREQ([2.65])
5AC_INIT([tox], [0.0.0], [https://tox.im]) 5AC_INIT([tox], [0.0.0])
6AC_CONFIG_AUX_DIR(configure_aux) 6AC_CONFIG_AUX_DIR(configure_aux)
7AC_CONFIG_SRCDIR([toxcore/net_crypto.c]) 7AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])