File: configure.ac

package info (click to toggle)
gccintro 1.0-5
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 3,028 kB
  • sloc: ansic: 1,004; sh: 506; cpp: 172; makefile: 16
file content (4 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (3)
1
2
3
4
AC_INIT(gccintro,1.1)
AC_CONFIG_SRCDIR(gccintro.texi)
AM_INIT_AUTOMAKE([no-dependencies])
AC_OUTPUT(Makefile)