Displaying 2 results from an estimated 2 matches for "ac_prog_rm".
Did you mean:
ac_prog_nm
2008 Nov 13
2
oggz tool renames
...what we installed.
thanks for the feedback John, and others that discussed this over irc or beer.
The Makefile rules I used just call "rm" and "ln -s" directly. Does
anyone have advice about how to make this portable, ie. is it ok to
just write $(RM) and $(LN_S), after calling AC_PROG_RM and
AC_PROG_LN_S in configure.ac, or would that make configure fail if
those programs aren't installed in the first place?
please test :-)
Conrad.
2008 Jul 07
2
oggz tool renames
Hi,
After lots and lots of requests, I went through and changed all the
tool names in oggz so that they contain hyphens:
http://trac.annodex.net/changeset/3627
That patch touches the names of built executables, references to them
in docs and scripts (ie. oggz-dump is called by oggz-diff) etc.
There's lots of little places where the tool names appear, so please
test against the current oggz