~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2009-05-05 00:40:45 UTC
  • mfrom: (1003.2.7 mordred)
  • Revision ID: brian@gaz-20090505004045-yns4biv63thufj1b
Tags: 2009.05.1005
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
 
204
204
AC_PROG_INSTALL
205
205
 
206
 
# Look for "(group|user)add". 
207
 
# TODO: If the programs do not exist, inform the DBA that the user
208
 
#       was not created at the end of the install routine.
209
 
AC_CHECK_PROGS(GROUPADD, groupadd addgroup)
210
 
AC_CHECK_PROGS(USERADD, useradd adduser)
211
 
 
212
206
dnl Not critical since the generated file is distributed
213
207
AC_CHECK_PROGS(YACC, ['bison -y'])
214
208
if test -z "$YACC" && test -d ".bzr"