File: configure.ac

package info (click to toggle)
profisis 1.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 580 kB
  • ctags: 63
  • sloc: sh: 594; perl: 360; makefile: 25
file content (6 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
AC_INIT([profisis], [1.0.11], [https://rostlab.org/bugzilla3/enter_bug.cgi?product=profisis])
AC_CONFIG_SRCDIR([profisis])
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile examples/Makefile])

AC_OUTPUT