File: configure.ac

package info (click to toggle)
din 56-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,408 kB
  • sloc: cpp: 36,891; ansic: 2,767; tcl: 1,661; sh: 1,357; makefile: 34
file content (8 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
AC_INIT([din], [56])
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