Index: ossp-pkg/xds/configure.in RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/configure.in,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/xds/Attic/configure.in,v' | diff -u - /dev/null -L'ossp-pkg/xds/configure.in' 2>/dev/null --- ossp-pkg/xds/configure.in +++ /dev/null 2025-04-04 17:31:27.000000000 +0200 @@ -1,22 +0,0 @@ -dnl configure.in -- Process this file with autoconf to produce a configure script. - -AC_INIT(libxds, [$Revision$]) - -dnl Get rid of the lousy -g and -O defaults in CFLAGS. -dnl -CFLAGS=${CFLAGS:-} - -dnl Checks for paths and programs. -dnl -AC_PROG_CC -AC_PROG_RANLIB - -dnl Set special flags for gcc. -dnl -if test "$GCC" = yes; then - CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs" -fi - -dnl Write results. -dnl -AC_OUTPUT(Makefile regression-tests/Makefile)