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

automake: relax GNU standard directory style #408

Merged
merged 2 commits into from
Dec 18, 2018
Merged

automake: relax GNU standard directory style #408

merged 2 commits into from
Dec 18, 2018

Conversation

zhenhuaw-me
Copy link
Contributor

GNU standard assumes README under root dir, while PR #403
didn't fix the building issue exactually.
https://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html

GNU standard assumes `README` under root dir, while PR #403
didn't fix the building issue exactually.
https://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html
Now, we can build.
@zhenhuaw-me
Copy link
Contributor Author

zhenhuaw-me commented Dec 18, 2018

master build still broken, see #402 and #407.

With this we can build...

@zhenhuaw-me
Copy link
Contributor Author

Btw, what about to remove auto-generated files from repository?
For me, the git status returns:

On branch fix/build/readme
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   ltmain.sh
        modified:   m4/libtool.m4
        modified:   m4/ltoptions.m4
        modified:   m4/ltversion.m4
        modified:   src/config.h.in

@sergiud
Copy link
Collaborator

sergiud commented Dec 18, 2018

@jackwish Please create a separate PR which removes these temporaries.

@sergiud sergiud merged commit 6deff5a into google:master Dec 18, 2018
@zhenhuaw-me
Copy link
Contributor Author

@jackwish Please create a separate PR which removes these temporaries.

@sergiud check #410 please.

durswd pushed a commit to durswd/glog that referenced this pull request Sep 2, 2019
automake: relax GNU standard directory style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants