We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 115 - configure script copying source files
Summary: configure script copying source files
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 1.2
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 12:48 UTC by Ryan C. Gordon
Modified: 2006-03-09 10:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan C. Gordon 2006-01-30 12:48:06 UTC
The configure script does this:

Copying ./src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c
Copying ./src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h
Copying ./src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c
Copying ./src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h
Copying ./src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c
Copying ./src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h
Copying ./src/thread/linux/SDL_syscond.c -> src/thread/SDL_syscond.c
Copying ./src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h
Copying ./src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c

...it would be nice if we could just build these in-place, so that debuggers see the right source filenames, and if these get edited, developers are editing the right one.  :)

--ryan.
Comment 1 Sam Lantinga 2006-01-31 09:07:17 UTC
I believe this was done because (at the time?) the autoconf stuff didn't support building files in subdirectories without a sub-make.
Comment 2 Sam Lantinga 2006-03-09 10:15:40 UTC
Bye bye automake...