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 | 1f8df297b4d57e2da58faf26df378548efa47251 (patch) | |
tree | 47142f3542a83ae75d32913a7f0511c7274689b4 | |
parent | c2f77dcc95ecb5e3cfa1235e67b085aa93e4a724 (diff) |
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dbf2b92..f80d2ee 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 = shared src tools fdi man .PHONY: ChangeLog INSTALL |