/[mailutils]/mailutils/configure.ac
ViewVC logotype

Diff of /mailutils/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by gray, Sun Dec 15 21:54:44 2002 UTC revision 1.34 by polak, Mon Dec 23 22:01:34 2002 UTC
# Line 2  Line 2 
2  #  #
3  # Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.  # Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4  #  #
5  # This program is free software; you can redistribute it and/or modify  # GNU Mailutils is free software; you can redistribute it and/or modify
6  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
7  # the Free Software Foundation; either version 2, or (at your option)  # the Free Software Foundation; either version 2, or (at your option)
8  # any later version.  # any later version.
9  #  #
10  # This program is distributed in the hope that it will be useful,  # GNU Mailutils is distributed in the hope that it will be useful,
11  # but WITHOUT ANY WARRANTY; without even the implied warranty of  # but WITHOUT ANY WARRANTY; without even the implied warranty of
12  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  # GNU General Public License for more details.  # GNU General Public License for more details.
14  #  #
15  # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
16  # along with this program; if not, write to the Free Software  # along with GNU Mailutils; if not, write to the Free Software
17  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  #  #
19    
20  AC_INIT([GNU Mailutils],[0.2],[bug-mailutils@gnu.org])  AC_INIT([GNU Mailutils], [0.2], [bug-mailutils@gnu.org], [mailutils])
21  AC_CONFIG_SRCDIR([mailbox/mailbox.c])  AC_CONFIG_SRCDIR([mailbox/mailbox.c])
22    AC_CONFIG_AUX_DIR([scripts])
23  AC_CANONICAL_TARGET([])  AC_CANONICAL_TARGET([])
24  AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE
25  AC_CONFIG_HEADERS([config.h])  AC_CONFIG_HEADERS([config.h])
# Line 34  AM_PROG_LIBTOOL Line 35  AM_PROG_LIBTOOL
35  AC_PROG_YACC  AC_PROG_YACC
36  AM_PROG_LEX  AM_PROG_LEX
37    
38    dnl Internationalization macros.
39    AM_GNU_GETTEXT
40    AM_GNU_GETTEXT_VERSION(0.11.5)
41    
42  dnl Check for libraries  dnl Check for libraries
43  AC_CHECK_LIB(resolv, res_query)  AC_CHECK_LIB(resolv, res_query)
44  LTDL_LIB=  LTDL_LIB=
# Line 588  dnl Output Makefiles Line 593  dnl Output Makefiles
593  AC_CONFIG_FILES([Makefile mailutils.spec  AC_CONFIG_FILES([Makefile mailutils.spec
594   include/Makefile include/mailutils/Makefile include/mailutils/gnu/Makefile   include/Makefile include/mailutils/Makefile include/mailutils/gnu/Makefile
595   m4/Makefile   m4/Makefile
596     intl/Makefile po/Makefile.in
597   doc/Makefile doc/man/Makefile doc/rfc/Makefile doc/texinfo/Makefile   doc/Makefile doc/man/Makefile doc/rfc/Makefile doc/texinfo/Makefile
598   lib/Makefile lib/posix/Makefile   lib/Makefile lib/posix/Makefile
599   testsuite/Makefile   testsuite/Makefile

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26