Commit 37a31c3b 37a31c3b6896985eb02977ccc9d66d4e0bb9ed6e by Sergey Poznyakoff

Remove posix/regex.h

1 parent 4cc55695
1 ## Process this file with GNU Automake to create Makefile.in 1 ## Process this file with GNU Automake to create Makefile.in
2 2
3 ## Copyright (C) 2002 Free Software Foundation, Inc. 3 ## Copyright (C) 2002, 2005 Free Software Foundation, Inc.
4 ## 4 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 5 ## GNU Mailutils is free software; you can redistribute it and/or
6 ## modify it under the terms of the GNU General Public License as 6 ## modify it under the terms of the GNU General Public License as
...@@ -22,4 +22,4 @@ AUTOMAKE_OPTIONS=no-dependencies ...@@ -22,4 +22,4 @@ AUTOMAKE_OPTIONS=no-dependencies
22 gnudir = $(pkgincludedir)/gnu 22 gnudir = $(pkgincludedir)/gnu
23 EXTRA_HEADERS = 23 EXTRA_HEADERS =
24 gnu_HEADERS = @GNU_INCLS@ 24 gnu_HEADERS = @GNU_INCLS@
25 DISTCLEANFILES = getopt.h argp.h regex.h posix/regex.h 25 DISTCLEANFILES = getopt.h argp.h regex.h
......