source: trunk/essentials/sys-devel/automake-1.10/doc/amhello/configure.ac

Last change on this file was 3147, checked in by bird, 18 years ago

automake 1.10

File size: 379 bytes
Line 
1# Copyright (C) 2006 Free Software Foundation, Inc.
2# This configure.ac script is free software; the Free Software Foundation
3# gives unlimited permission to copy, distribute and modify it.
4
5AC_INIT([amhello], [1.0], [bug-automake@gnu.org])
6AM_INIT_AUTOMAKE([-Wall -Werror foreign])
7AC_PROG_CC
8AC_CONFIG_HEADERS([config.h])
9AC_CONFIG_FILES([
10 Makefile
11 src/Makefile
12])
13AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.