public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
* bad rhug/configure
@ 2002-02-22 17:03 Per Bothner
  2002-02-23 16:34 ` Anthony Green
  0 siblings, 1 reply; 2+ messages in thread
From: Per Bothner @ 2002-02-22 17:03 UTC (permalink / raw)
  To: rhug-rhats

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

The rhug/configure has a bug preventing rhug from configuring when
when srcdir=".".  The problem is that dirpart gets set to the empty
string, which causes teh following mkdir "$dirpath/$DEPDIR" to fail.

configure claims to be generated using Autoconf 2.52g.  This bug
appears to also be in the aclocal.m4 in the CVS autoconf, so the
bug isn't rhug per se.  However, aclocal.m4 is auto-generated,
and I don't see where it is generated from. (I don't understand
the autotools that well.)  In any case, I'll report the problem
to the autoconf mailing list.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/

[-- Attachment #2: conf.diff --]
[-- Type: text/plain, Size: 492 bytes --]

Index: configure
===================================================================
RCS file: /cvs/rhug/rhug/configure,v
retrieving revision 1.23
diff -u -r1.23 configure
--- configure	2002/02/09 19:17:38	1.23
+++ configure	2002/02/23 00:51:15
@@ -4974,7 +4974,7 @@
   	  /^X\(\/\).*/{ s//\1/; q; }
   	  s/.*/./; q'`
   else
-    dirpart=
+    dirpart=.
   fi
   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
   # Extract the definition of DEP_FILES from the Makefile without

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-24  0:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-22 17:03 bad rhug/configure Per Bothner
2002-02-23 16:34 ` Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).