~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/configure.in

  • Committer: Brian Aker
  • Date: 2008-07-05 23:24:38 UTC
  • Revision ID: brian@tangent.org-20080705232438-7rcpgi4s0m80n25x
Removing final piece of BIT type

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(auth_pam, 0.1)
2
 
AM_INIT_AUTOMAKE
3
 
AC_DISABLE_STATIC
4
 
AC_PROG_LIBTOOL
5
 
AC_CONFIG_FILES([Makefile])
6
 
AC_OUTPUT
7