File: configure.ac

package info (click to toggle)
colormake 0.9.20140504-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 176 kB
  • sloc: perl: 101; sh: 64; makefile: 11; cpp: 5
file content (11 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# color test
# License GNU GPL 3

AC_INIT([test], [0,1])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 no-define foreign])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CXX
CXXFLAGS="$CXXFLAGS -Wall"
AC_CONFIG_FILES([Makefile])
AC_OUTPUT