File: configure.ac

package info (click to toggle)
automake1.10 1%3A1.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,516 kB
  • ctags: 321
  • sloc: sh: 19,589; perl: 9,131; makefile: 1,105; ansic: 496
file content (13 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2006 Free Software Foundation, Inc.
# This configure.ac script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

AC_INIT([amhello], [1.0], [bug-automake@gnu.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
 Makefile
 src/Makefile
])
AC_OUTPUT