mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Copied changes to configure.in from libguac
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT(guacd, 0.0.1, zhangmaike@users.sourceforge.net)
|
||||
AC_CONFIG_SRCDIR([src/daemon.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_INIT(src/daemon.c)
|
||||
AM_INIT_AUTOMAKE(guacd, 0.0.1)
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
Reference in New Issue
Block a user