File: configure.in

package info (click to toggle)
emacs-lisp-intro 2.04-3.1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 2,004 kB
  • ctags: 11
  • sloc: sh: 294; makefile: 58
file content (5 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
dnl autoconf input file for the emacs lisp intro

AC_INIT(emacs-lisp-intro.texi)
AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.04)
AC_OUTPUT(Makefile)