~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-02-04 06:55:17 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 832.
  • Revision ID: mordred@inaugust.com-20090204065517-e25k4min24py4xuc
Some cleanup. Don't add things from distcheck leftovers to POTFILES

Show diffs side-by-side

added added

removed removed

Lines of Context:
1412
1412
if test "x$EGREP" != "x"
1413
1413
then
1414
1414
  echo "# This file is auto-generated from configure. Do not edit directly" > po/POTFILES.in.in
1415
 
  for f in `find . | ${EGREP} '\.(cc|c|h|yy)$' | cut -c3- | sort`
 
1415
  # The grep -v 'drizzle-' is to exclude any distcheck leftovers
 
1416
  for f in `find . | grep -v 'drizzle-' | ${EGREP} '\.(cc|c|h|yy)$' | cut -c3- | sort`
1416
1417
  do
1417
1418
    if grep gettext.h "$f" | grep include >/dev/null 2>&1
1418
1419
    then