Problems running autoscan

2004-12-02 Thread Ross Boylan
$ autoscan 
autom4te: configure.ac: no such file or directory
autoscan: /usr/bin/autom4te failed with exit status: 1

This is a puzzling message, since the purpose of autoscan, as I
understand it, is to produce a file which, if blessed by me, becomes
configure.ac.  So why would it complain that configure.ac is missing?

Does this just indicate that autoscan does additional stuff for people
who have configure.ac, or is something wrong?

$ autoscan --version
autoscan (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Running on Debian GNU/Linux.  It may be relevant that the project has
parts in subdirectories.


___
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf


Re: Problems running autoscan

2004-12-02 Thread Ben Pfaff
Ross Boylan [EMAIL PROTECTED] writes:

 Does this just indicate that autoscan does additional stuff for people
 who have configure.ac, or is something wrong?

 $ autoscan --version
 autoscan (GNU Autoconf) 2.59
 Written by David J. MacKenzie and Akim Demaille.

 Running on Debian GNU/Linux.  It may be relevant that the project has
 parts in subdirectories.

Hmm.  The Debian version of Autoconf is hacked up a bit (by me).
Do you have the autoconf2.13 package installed as well?  If so,
does behavior change if you remove it?
-- 
It was then I realized how dire my medical situation was.  Here I was,
 a network admin, unable to leave, and here was someone with a broken
 network.  And they didn't ask me to fix it.  They didn't even try to
 casually pry a hint out of me. --Ryan Tucker in the Monastery



___
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf


RE: Problems running autoscan

2004-12-02 Thread Guus Leeuw jr.
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:autoconf-
 [EMAIL PROTECTED] On Behalf Of Ben Pfaff
 Sent: vendredi 3 décembre 2004 00:34
 To: [EMAIL PROTECTED]
 Subject: Re: Problems running autoscan
 
 Ross Boylan [EMAIL PROTECTED] writes:
 
  Does this just indicate that autoscan does additional stuff for people
  who have configure.ac, or is something wrong?
 
  $ autoscan --version
  autoscan (GNU Autoconf) 2.59
  Written by David J. MacKenzie and Akim Demaille.
 
  Running on Debian GNU/Linux.  It may be relevant that the project has
  parts in subdirectories.
 
 Hmm.  The Debian version of Autoconf is hacked up a bit (by me).
 Do you have the autoconf2.13 package installed as well?  If so,
 does behavior change if you remove it?

It's not that difficult, chaps... `autoscan --help` will tell you why it
needs configure.ac.
For a first time run in a package it will report an error, but it will do
what you want: create a configure.scan

Guus

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 01/11/2004
 



___
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf