@@ -44,7 +44,7 @@ m4_include([config/autogen_found_items.m4])
4444
4545AC_INIT([pmix],
4646 [m4_normalize(esyscmd([config/pmix_get_version.sh VERSION --tarball]))],
47- [https ://github.com/pmix/pmix/issues ], [pmix])
47+ [http ://pmix. github.io/master ], [pmix])
4848AC_PREREQ(2.69)
4949AC_CONFIG_AUX_DIR(./config)
5050# Note that this directory must *exactly* match what was specified via
@@ -171,7 +171,7 @@ LT_PREREQ([2.2.6])
171171
172172pmix_enable_shared=" $enable_shared "
173173pmix_enable_static=" $enable_static "
174- AS_IF([test ! -z " $enable_static " && test " $enable_static " == " yes" ],
174+ AS_IF([test ! -z " $enable_static " && test " $enable_static " = " yes" ],
175175 [CFLAGS= " $CFLAGS -fPIC" ])
176176
177177AM_ENABLE_SHARED
@@ -232,7 +232,6 @@ AS_IF([test ! -z "$PMIX_CFLAGS_cache"], [CFLAGS="$CFLAGS $PMIX_CFLAGS_cache"])
232232# fi
233233
234234# Cleanup duplicate flags
235- PMIX_FLAGS_UNIQ(CFLAGS)
236235PMIX_FLAGS_UNIQ(CPPFLAGS)
237236PMIX_FLAGS_UNIQ(LDFLAGS)
238237PMIX_FLAGS_UNIQ(LIBS)
@@ -259,17 +258,6 @@ AC_MSG_RESULT([$LDFLAGS])
259258AC_MSG_CHECKING([final LIBS])
260259AC_MSG_RESULT([$LIBS ])
261260
262- # ###################################################################
263- # -Werror for CI scripts
264- # ###################################################################
265-
266- AC_ARG_ENABLE(werror,
267- AC_HELP_STRING([--enable-werror],
268- [Treat compiler warnings as errors]),
269- [
270- CFLAGS= " $CFLAGS -Werror"
271- ])
272-
273261# ###################################################################
274262# Version information
275263# ###################################################################
0 commit comments