~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Toru Maesaka
  • Date: 2008-11-12 09:11:23 UTC
  • mto: (575.4.8 devel)
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: dev@torum.net-20081112091123-suplric07c6vs71u
Added tests for groupaad and useradd

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
AC_PROG_INSTALL
361
361
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
362
362
 
 
363
# Look for "(group|user)add". 
 
364
# TODO: If the programs do not exist, inform the DBA that the user
 
365
#       was not created at the end of the install routine.
 
366
AC_CHECK_PROGS(GROUPADD, groupadd addgroup)
 
367
AC_CHECK_PROGS(USERADD, useradd adduser)
 
368
 
363
369
# Not critical since the generated file is distributed
364
370
AC_CHECK_PROGS(YACC, ['bison -y -p DRIZZLE'])
365
371
if test -z "$YACC" && test -d ".bzr"