Mercurial > hg > xemacs-beta
comparison configure.in @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | bfd6434d15b3 |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
277 datadir='${prefix}/share' | 277 datadir='${prefix}/share' |
278 sysconfdir='${prefix}/etc' | 278 sysconfdir='${prefix}/etc' |
279 sharedstatedir='${prefix}/com' | 279 sharedstatedir='${prefix}/com' |
280 localstatedir='${prefix}/var' | 280 localstatedir='${prefix}/var' |
281 libdir='${{exec_prefix}}/lib' | 281 libdir='${{exec_prefix}}/lib' |
282 dnl The following gives NONE/lib/xemacs/packages as the first package | |
283 dnl package_path=${prefix}/lib/xemacs/packages:~/.xemacs | |
282 includedir='${prefix}/include' | 284 includedir='${prefix}/include' |
283 oldincludedir='/usr/include' | 285 oldincludedir='/usr/include' |
284 infodir='${prefix}/info' | 286 infodir='${prefix}/info' |
285 mandir='${prefix}/man' | 287 mandir='${prefix}/man' |
286 | 288 |
3433 | 3435 |
3434 Configured for \`$canonical'. | 3436 Configured for \`$canonical'. |
3435 | 3437 |
3436 Where should the build process find the source code? $srcdir | 3438 Where should the build process find the source code? $srcdir |
3437 What installation prefix should install use? $prefix | 3439 What installation prefix should install use? $prefix |
3440 Where should XEmacs look for packages? $package_path | |
3438 What operating system and machine description files should XEmacs use? | 3441 What operating system and machine description files should XEmacs use? |
3439 \`$opsysfile' and \`$machfile' | 3442 \`$opsysfile' and \`$machfile' |
3440 What compiler should XEmacs be built with? $CC $CFLAGS | 3443 What compiler should XEmacs be built with? $CC $CFLAGS |
3441 Should XEmacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | 3444 Should XEmacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} |
3442 Should XEmacs use the relocating allocator for buffers? $rel_alloc | 3445 Should XEmacs use the relocating allocator for buffers? $rel_alloc |