![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Autoconf Macro Archive 2008-04-17 (cryp.to branch) | iBot | Software Releases - RSS News | 0 | 04-20-2008 04:00 PM |
| Autoconf Macro Archive 2008-04-01 (cryp.to branch) | iBot | Software Releases - RSS News | 0 | 04-02-2008 12:20 AM |
| how to give link to new install automake | amitpansuria | UNIX for Dummies Questions & Answers | 5 | 11-02-2007 06:40 AM |
| automake | munnu | UNIX for Advanced & Expert Users | 1 | 12-27-2006 05:41 AM |
| SSH Problem auth problem | budrito | UNIX for Advanced & Expert Users | 1 | 03-17-2004 10:12 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
automake/autoconf problem
hi,
i'm fairly new with automake and i ran into a problem that i have found no solution for. so i have a setup where i don't want all the output files generated by the compiler and alike in my src directory, instead i created a build/unix folder and i have build/unix/config set for AC_CONFIG_AUX_DIR. then i ran ../../configure from here and everything works just fine. however when i wanted to add platform specific options and used AC_CANONICAL_SYSTEM then configure was unable to locate anything from the config directory (like install-sh). another thing i tried is to put all the configuration files into build/unix and ran configure with --srdir=../../src but it failed on sanity check with the following error: "ls -t appears to fal" any suggestions how should i solve this problem or is there a good guide that have some more complex examples? thanks in advance |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|