File: configure.ac

package info (click to toggle)
din 58.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,332 kB
  • sloc: cpp: 37,115; ansic: 2,782; tcl: 1,661; sh: 1,380; makefile: 34
file content (8 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
AC_INIT([din], [58.1])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC
AC_PROG_CXX
AC_PROG_OBJC
AC_CONFIG_FILES([Makefile src/Makefile src/factory/Makefile src/factory/country/Makefile pixmaps/Makefile])
AC_OUTPUT