Solution for: RE: ./configure in any package fails to create Makefile

2004-09-29 Thread Mark Aufflick
Followup: The process is below, the solution is right here: The problem is that config.status will use an environment variable to choose which files to create instead of it's own list (if it exists). The trouble was I had cleared this variable with: export CONFIG_FILES= but to the shell, an e

RE: ./configure in any package fails to create Makefile

2004-09-22 Thread Mark Aufflick
WAS: Tried that :( this is getting demoralising. Here are the env variables i set: $history |egrep '(=|export)' 394 export CONFIG_DIRS= 395 export CONFIG_FILES= 428 PATH=/usr/bin:/usr/local/bin:/usr/X11R6/bin:/opt/gnome/bin:/opt/kde2/bin 429 MANPATH=/usr/man:/usr/local/man:/usr/X1