~sbalneav/ltsp/xexit

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Scott Balneaves
  • Date: 2011-03-28 16:49:54 UTC
  • Revision ID: sbalneav@ltsp.org-20110328164954-72ibp2gymwe2xval
Added manpages, and did a bit of cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.59)
2
 
AC_INIT(xexit, [0.2], [sbalneav@ltsp.org])
 
2
AC_INIT(xexit, [0.3], [sbalneav@ltsp.org])
3
3
AC_CONFIG_SRCDIR([src/xexit.c])
4
4
AM_INIT_AUTOMAKE
5
5
AC_CANONICAL_HOST
18
18
# Checks for header files.
19
19
AC_HEADER_STDC
20
20
 
21
 
AC_OUTPUT(Makefile src/Makefile)
 
21
AC_OUTPUT(Makefile src/Makefile man/Makefile)