Skip to content

Commit cb79de9

Browse files
committed
Add package and version info.
1 parent 2ee50aa commit cb79de9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

configure.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
dnl Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
1+
dnl Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
2+
dnl Copyright (c) 2020 High-Performance Computing Center Stuttgart,
3+
dnl University of Stuttgart. All rights reserved.
24

35
dnl Process this file with autoconf to produce a configure script.
4-
AC_INIT
6+
AC_INIT([mpi_test_suite], [1.0])
57
AC_PREREQ(2.59)
68

79
AC_CONFIG_SRCDIR([mpi_test_suite.c])

0 commit comments

Comments
 (0)