source: ProjectBuilder/projects/proliantusbkey/0.9.6/configure.ac@ 1436

Last change on this file since 1436 was 1436, checked in by Bruno Cornec, 12 years ago
  • Upload the 0.9.6 version of the PUSK (ProLiant USB Setup Key)
File size: 460 bytes
Line 
1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ([2.63])
5AC_INIT([PUSK], [0.9.6], [jean-marc.andre@hp.com], [PUSK])
6AM_INIT_AUTOMAKE
7
8# Checks for programs.
9AC_PROG_INSTALL
10
11# Checks for libraries.
12
13# Checks for header files.
14
15# Checks for typedefs, structures, and compiler characteristics.
16
17# Checks for library functions.
18AC_CONFIG_FILES([
19 Makefile
20 ])
21
22AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.