Copied changes to configure.in from libguac

This commit is contained in:
Michael Jumper
2010-09-21 23:04:41 +00:00
parent 7028ca9e3f
commit 3444d7b8e6

View File

@@ -1,10 +1,8 @@
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65]) AC_INIT(src/daemon.c)
AC_INIT(guacd, 0.0.1, zhangmaike@users.sourceforge.net) AM_INIT_AUTOMAKE(guacd, 0.0.1)
AC_CONFIG_SRCDIR([src/daemon.c])
AC_CONFIG_HEADERS([config.h])
# Checks for programs. # Checks for programs.
AC_PROG_CC AC_PROG_CC