Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autogen.sh overwriting INSTALL #61

Closed
sgalgano opened this issue Jul 13, 2016 · 1 comment
Closed

autogen.sh overwriting INSTALL #61

sgalgano opened this issue Jul 13, 2016 · 1 comment
Labels

Comments

@sgalgano
Copy link
Member

Modifications introduced in ec89ef5 leads to INSTALL being overwritten when run.

[me@host emane]$ head INSTALL 
Build
=====

 # ./autogen.sh && ./configure && make

For information on configuration options see:

 # ./configure --help

Install
[me@host emane]$ ./autogen.sh -c
[me@host emane]$ ./autogen.sh
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:53: installing './compile'
configure.ac:53: installing './config.guess'
configure.ac:53: installing './config.sub'
configure.ac:41: installing './install-sh'
configure.ac:41: installing './missing'
src/agents/gpsdlocation/Makefile.am: installing './depcomp'
[me@host emane]$ head INSTALL
Installation Instructions
*************************

Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
Inc.

   Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without warranty of any kind.

@sgalgano sgalgano added the bug label Jul 13, 2016
@sgalgano
Copy link
Member Author

Tested on F23 with autoreconf 2.69.

@sgalgano sgalgano changed the title autogen.sh overwritting INSTALL autogen.sh overwriting INSTALL Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant