~vm/vm/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Samuel Bronson
  • Date: 2009-05-06 23:17:18 UTC
  • mto: This revision was merged to the branch mainline in revision 588.
  • Revision ID: naesten@gmail.com-20090506231718-zjzqvrd3eboshab5
Add an autoconf-generated file "vm-load.el" to ease loading from source tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
AC_COPYRIGHT([Copyright (C) 2006-2007 Robert Widhopf-Fenk <hack@robf.de>])
242
242
 
243
243
AC_CONFIG_SRCDIR([configure.ac])
244
 
AC_CONFIG_FILES([Makefile lisp/Makefile info/Makefile src/Makefile pixmaps/Makefile])
 
244
AC_CONFIG_FILES([Makefile lisp/Makefile info/Makefile src/Makefile pixmaps/Makefile vm-load.el])
245
245
 
246
246
# Common system utilities checking:
247
247
AC_PROG_MAKE_SET