File: configure.ac

package info (click to toggle)
miscfiles 1.5%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,168 kB
  • sloc: sh: 625; makefile: 27
file content (6 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
AC_PREREQ(2.60)
AC_INIT([GNU miscfiles], [1.5], [bug-miscfiles@gnu.org])
AM_INIT_AUTOMAKE
AC_PROG_INSTALL
AC_CONFIG_FILES([Makefile])
AC_OUTPUT