1
1

Reverted r32225. r29732 already fixes the automake issue in the trunk

This commit was SVN r32230.

The following SVN revision numbers were found above:
  r29732 --> open-mpi/ompi@3923ee89ec
  r32225 --> open-mpi/ompi@0db23b0210
Этот коммит содержится в:
Matthias Jurenz 2014-07-14 11:21:38 +00:00
родитель 1feaffbb15
Коммит 2d01dd04d4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@ AC_PREREQ(2.60)
AC_INIT([VampirTrace], [m4_normalize(esyscmd([cat VERSION]))], [vampirsupport@zih.tu-dresden.de], [VampirTrace])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config/m4)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS(config.h)
# If Automake supports silent rules, enable them.

Просмотреть файл

@ -8,7 +8,7 @@ AC_INIT([OTF],
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config/m4)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS([config.h])
# If Automake supports silent rules, enable them.