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

Update configure.ac #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update configure.ac #14

wants to merge 1 commit into from

Conversation

matsen
Copy link

@matsen matsen commented Nov 30, 2015

When running autoreconf (GNU Autoconf) 2.69, I have to make these changes to get it to run.

I still get the following warnings, and the tests don't run right, but the binaries appear healthy.

libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:7: installing './config.guess'
configure.ac:7: installing './config.sub'
Makefile.am:32: warning: shell uname -s: non-POSIX variable name
Makefile.am:32: (probably a GNU make extension)
Makefile.am:32: warning: shell uname -m: non-POSIX variable name
Makefile.am:32: (probably a GNU make extension)

Thank you for the awesome code!

When running autoreconf (GNU Autoconf) 2.69, I have to make these changes to get it to run.

I still get the following warnings, and the tests don't run right, but the binaries appear healthy.

```
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:7: installing './config.guess'
configure.ac:7: installing './config.sub'
Makefile.am:32: warning: shell uname -s: non-POSIX variable name
Makefile.am:32: (probably a GNU make extension)
Makefile.am:32: warning: shell uname -m: non-POSIX variable name
Makefile.am:32: (probably a GNU make extension)
```

Thank you for the awesome code!
@tjunier
Copy link
Owner

tjunier commented Nov 30, 2015

Hi matsen; thanks for the patch - I am having problems compiling with it though. In particular, when do make distclean, I get

...
make[1]: Leaving directory `/home/tjunier/projects/newick_utils/src'
Making distclean in tests
make[1]: Entering directory `/home/tjunier/projects/newick_utils/tests'
Makefile:999: ../src/.deps/canvas.Po: No such file or directory
Makefile:1000: ../src/.deps/concat.Po: No such file or directory
Makefile:1001: ../src/.deps/enode.Po: No such file or directory
...

Beats me. I don't recall seeing anything like this before. I'm also using autoconf 2.69.

Thomas

@matsen
Copy link
Author

matsen commented Dec 1, 2015

OK, well, no worries then. I know zero about autoconf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants