Mail Archives: cygwin/2003/01/17/10:47:30
here is the path to the cygwin driver :
--- /usr/bin/automake 2003-01-17 16:42:26.000000000 +0100
+++ /usr/bin/automake~ 2002-10-22 03:46:27.000000000 +0200
@@ -24,7 +24,6 @@
unset opt_foreign
unset opt_std_options
unset opt_include_deps
-unset opt_build_dirs
unset opt_ignore_deps
unset opt_no_force
unset opt_force_missing
@@ -94,15 +93,6 @@
opt_include_deps="--include-deps"
shift ;;
- # mdupont777 AT yahoo DOT com
- --build-dir=* )
- opt_build_dir="--build-dir"
- shift ;;
-
- --srcdir-name=* )
- opt_srcdir_name="--srcdir-name"
- shift ;;
-
--ignore-deps | -i )
opt_ignore_deps="--ignore-deps"
@@ -122,13 +112,13 @@
--output-dir=* | -o?* )
opt_output_dir="--output-dir=$optarg"
shift ;;
-
--output-dir | -o )
test $# = 1 && eval "$exit_missing_arg"
shift
opt_output_dir="--output-dir=$1"
shift ;;
+
--add-missing | -a )
opt_add_missing="--add-missing"
shift ;;
@@ -265,7 +255,7 @@
exec automake $opt_version $opt_help \
$opt_verbose $opt_libdir $opt_gnu \
$opt_gnits $opt_cygnus $opt_foreign \
-$opt_std_options $opt_include_deps $opt_build_dir $opt_srcdir_name
$opt_ignore_deps \
+$opt_std_options $opt_include_deps $opt_ignore_deps \
$opt_no_force $opt_force_missing \
$opt_output_dir $opt_add_missing \
$opt_copy $opt_werror $opt_wno_error \
--- James Michael DuPont <mdupont777 AT yahoo DOT com> wrote:
> Dear tom,
> any ideas?
> mike
>
> mdupont AT PI /cygdrive/c/development/Everest-Unix
> $ automake-1.7 --srcdir-name=.
> automake-1.7: unrecognized option `--srcdir-name=.'
> automake-1.7: Try `/usr/bin/automake-1.7 --help' for more
> information.
>
> mdupont AT PI /cygdrive/c/development/Everest-Unix
> $ automake --srcdir-name=.
> automake: invalid option --srcdir-name=.
> Try `automake --help' for more information.
>
> mdupont AT PI /cygdrive/c/development/Everest-Unix
> $ automake --version
> automake (GNU automake) 1.4-p5
>
> Copyright (C) 1999, 2001 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There
> is
> NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
>
> Written by Tom Tromey <tromey AT cygnus DOT com>
>
> mdupont AT PI /cygdrive/c/development/Everest-Unix
=====
James Michael DuPont
http://introspector.sourceforge.net/
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -