Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
c526b83d8e523c4488747d0b4cd1a6337c10e6ce
/
.
/
configure.ac
blob: c893761068e06cc7d8a1c70868c0c99b09257ddd [
file
] [
log
] [
blame
]
AC_PREREQ
(
2.61
)
AC_INIT
([
tightvnc
],
[
1.5
.
0a1
],
[
http
:
//www.tightvnc.com/bugs.html])
AM_INIT_AUTOMAKE
([-
Wall
foreign dist
-
bzip2
])
AC_CONFIG_SUBDIRS
([
common
unix
])
AC_OUTPUT
([
Makefile
])