diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:41:41 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-28 14:41:41 -0400 |
commit | e8f5a924226aacc280923aed661b5a821fdaffe8 (patch) | |
tree | 952013588ed66fc2dc688a63abdf4ec2ccf68486 /Makefile.am | |
parent | edb6fcb49bae735c45d9565f7aa8313396cf3b15 (diff) |
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
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 49c1d74..9f8913c 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 = src man .PHONY: ChangeLog INSTALL |