avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] autoconfiscate avrdude.conf (round 2)


From: Theodore A. Roth
Subject: [avrdude-dev] autoconfiscate avrdude.conf (round 2)
Date: Mon, 24 Feb 2003 14:38:06 -0800 (PST)

Hi,

Here's the second round for handling avrdude.conf default ports via
autoconf.

I think this sould solve Brian failure mode:

  + automake -a -c
  automake: configure.ac: `AM_INIT_AUTOMAKE' must be used
  automake: configure.ac: installing `./install-sh'
  automake: configure.ac: installing `./mkinstalldirs'
  automake: configure.ac: installing `./missing'
  automake: Makefile.am: installing `./INSTALL'
  automake: configure.ac: installing `./depcomp'
  address@hidden:/avrdude- ./configure --prefix=/usr/local
  configure: error: cannot run /bin/sh ./config.sub

Notice that config.sub and config.guess were not installed. Automake
1.5 and 1.6 won't install those files unless you call
AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_TARGET. I was
only calling AC_CANONICAL_TARGET. D'oh!

Brian or Joerg, can you confirm that this works with 2.53/1.5?

It think that this one should be safe to commit now.

Ted

Attachment: par-ser-port-ac-2.diff.bz2
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]