From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 208DF138334 for ; Thu, 14 Jun 2018 18:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01962E0856; Thu, 14 Jun 2018 18:43:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE61AE0856 for ; Thu, 14 Jun 2018 18:43:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56584335C76 for ; Thu, 14 Jun 2018 18:43:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FC402D5 for ; Thu, 14 Jun 2018 18:43:15 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1529001554.c4df53132e81e885635da2f326bb9b6afde78964.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/autotools/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/autotools/text.xml X-VCS-Directories: general-concepts/autotools/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: c4df53132e81e885635da2f326bb9b6afde78964 X-VCS-Branch: master Date: Thu, 14 Jun 2018 18:43:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4a01a80-e1da-4551-a795-8be300999401 X-Archives-Hash: d22269d6ba8cac4fd02b023035b6eea2 commit: c4df53132e81e885635da2f326bb9b6afde78964 Author: Mikle Kolyada gentoo org> AuthorDate: Thu May 24 18:27:54 2018 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Jun 14 18:39:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c4df5313 general-concepts/autotools: Add Autotools Mythbuster as a reference general-concepts/autotools/text.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml index 6c6561a..02d8b30 100644 --- a/general-concepts/autotools/text.xml +++ b/general-concepts/autotools/text.xml @@ -675,6 +675,9 @@ For more details on autotools:
  • GNU m4 Manual
  • +
  • + Autotools Mythbuster +
  • There are some good overview lectures available online.