diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:41:41 -0400 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-03-01 16:04:41 +0000 |
commit | ea719ebeba245f5b3fff0efbde1d2a8d3ad90f48 (patch) | |
tree | 3d1bf787721ac4f74e1b4428674786e9284915e6 /Makefile.am | |
parent | b9ab0b3df7ab97aa8ec3758fa474565ce163bf61 (diff) |
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
(cherry picked from commit c5e86453c3ae3709933779a9dd609bbaebe21e8e)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f2d296e8..0fbf6b86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,6 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -AUTOMAKE_OPTIONS = foreign SUBDIRS = uxa src man |