File: configure.ac

package info (click to toggle)
autoconf-gl-macros 20101226-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 488 kB
  • sloc: sh: 3,384; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
AC_INIT([Autoconf GL Macros],
        [20101226],
        [http://code.google.com/p/autoconf-gl-macros/issues/entry],
        [autoconf-gl-macros],
        [http://code.google.com/p/autoconf-gl-macros/])
AC_PREREQ([2.65])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([Makefile])
AX_CHECK_GLUT

AC_OUTPUT