File: configure.in

package info (click to toggle)
emacs-lisp-intro 2.04-1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 2,004 kB
  • ctags: 11
  • sloc: sh: 299; makefile: 55
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)