diff options
author | Adam Tkac <atkac@redhat.com> | 2008-03-27 17:14:35 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-03-27 17:14:35 +0000 |
commit | 0b7901f76addfd9d812db596deb56b572f6d5362 (patch) | |
tree | 314531da7a6872a7a0321ddedc426cfb589a190f | |
parent | a553c452da6f29bdb0e66c18b289aefe250845c6 (diff) | |
download | tigervnc-0b7901f76addfd9d812db596deb56b572f6d5362.tar.gz tigervnc-0b7901f76addfd9d812db596deb56b572f6d5362.zip |
Rename common/configure.in to common/configure.ac and fix AC_INIT
macro parameters.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2453 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | common/configure.ac (renamed from common/configure.in) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/configure.in b/common/configure.ac index f3dcf9b0..c4c7de3e 100644 --- a/common/configure.in +++ b/common/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(rdr/InStream.h) +AC_INIT([librfb], [1.5.0a1], [http://www.tightvnc.com/bugs.html]) dnl dirty hack to prevent use of -g in CFLAGS and CXXFLAGS ac_cv_prog_cc_g=no |