1
1
openmpi/opal/util
Brian Barrett ed56e743b7 * update configure.ac to use the modern version of AC_INIT and
AM_INIT_AUTOMAKE, instead of the deprecated version.
* Work around dumbness in modern AC_INIT that requires the version
  number to be set at autoconf time (instead of at configure time, as
  it was before).  Set the version number, minus the subversion r number,
  at autoconf time.  Override the internal variables to include the r
  number (if needed) at configure time.  Basically, the right thing
  should always happen.  The only place it might not is the version
  reported as part of configure --help will not have an r number.
* Since AM_INIT_AUTOMAKE taks a list of options, no need to specify
  them in all the Makefile.am files.
* Addes support for subdir-objects, meaning that object files are put
  in the directory containing source files, even if the Makefile.am is
  in another directory.  This should start making it feasible to
  reduce the number of Makefile.am files we have in the tree, which
  will greatly reduce the time to run autogen and configure.

This commit was SVN r7211.
2005-09-07 05:54:53 +00:00
..
.compile_files * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
argv.c Minor mods: 2005-09-03 00:06:20 +00:00
argv.h Add doxy docs for a function that was missing them. 2005-08-03 21:14:40 +00:00
basename.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
basename.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
bit_ops.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
cmd_line.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
cmd_line.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
convert.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
convert.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
daemon_init.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
daemon_init.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
error.c - Once again: uninteresting cleanup to get diff smaller. 2005-09-04 20:54:19 +00:00
error.h * Add some debugging output Ralph asked for when an unknown error code is 2005-08-29 23:36:53 +00:00
few.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
few.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00
if.c * give if code a chance to clean up after itself 2005-08-24 20:27:45 +00:00
if.h * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
malloc.c * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
malloc.h * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
numtostr.c * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
numtostr.h * rename ompi_if to opal_if 2005-07-04 01:36:20 +00:00
opal_environ.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
opal_environ.h * finish ompi_environ -> opal_environ rename 2005-07-04 01:39:08 +00:00
os_create_dirpath.c Finally get this right: move orte_sys_info.[ch] back into the orte 2005-08-26 21:03:41 +00:00
os_create_dirpath.h * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
os_path.c Finally get this right: move orte_sys_info.[ch] back into the orte 2005-08-26 21:03:41 +00:00
os_path.h * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
output.c * a bunch of cleanups to make trivial opal programs valgrind-clean 2005-08-24 20:19:36 +00:00
output.h * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
path.c * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
path.h * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
pow2.c * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
pow2.h * rename orte_os_create_dirpath to opal_os_create_dirpath 2005-07-04 01:59:52 +00:00
printf.c * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
printf.h * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
pty.c * rename ompi_printf to opal_printf 2005-07-04 02:16:57 +00:00
qsort.c * don't build qsort workaround unless we actually have a broken qsort 2005-08-12 15:28:11 +00:00
qsort.h * don't build qsort workaround unless we actually have a broken qsort 2005-08-12 15:28:11 +00:00
show_help_lex.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
show_help_lex.l * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
show_help.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
show_help.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
stacktrace.c - Use proper prefixes for all #include statements (opal/, orte/, and 2005-08-12 20:46:25 +00:00
stacktrace.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
strncpy.c * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
strncpy.h * rename ompi_show_help to opal_show_help 2005-07-04 02:38:44 +00:00
varargs.h Initial population of the opal tree 2005-07-02 13:43:20 +00:00