OpenCores
URL https://opencores.org/ocsvn/connect-6/connect-6/trunk

Subversion Repositories connect-6

[/] [connect-6/] [trunk/] [CONNECTK/] [connectk-2.0/] [configure.ac] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 sumanta.ch
#                                               -*- Autoconf -*-
2
# Process this file with autoconf to produce a configure script.
3
 
4
AC_PREREQ(2.61)
5
AC_INIT([connectk], [2.0], [levi0190@umn.edu])
6
AM_INIT_AUTOMAKE
7
AC_CONFIG_SRCDIR([src/connectk.c])
8
AC_CONFIG_HEADER([config.h])
9
 
10
# Checks for programs.
11
AC_PROG_CC
12
 
13
# Checks for libraries.
14
#AM_PATH_GTK_2_0(2.8.0,,[AC_MSG_ERROR([GTK not found])])
15
PKG_CHECK_MODULES(GTK, gtk+-2.0 glib-2.0 gthread-2.0)
16
AC_SUBST(GTK_CFLAGS)
17
AC_SUBST(GTK_LIBS)
18
 
19
# Checks for header files.
20
AC_HEADER_STDC
21
 
22
# Checks for typedefs, structures, and compiler characteristics.
23
 
24
# Checks for library functions.
25
 
26
AC_OUTPUT([
27
        Makefile
28
])

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.