Move src/pextlib1.0/config.h.in to src/config.h.in

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@3314 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Landon Fuller
2003-08-21 23:17:47 +00:00
parent e5babc5426
commit 2fe5a30b58
5 changed files with 10 additions and 8 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
.c.o:
${CC} -c -DUSE_TCL_STUBS ${CFLAGS} ${TCL_DEFS} ${SHLIB_CFLAGS} $< -o $@
$(SHLIB_NAME):: ${OBJS} config.h
$(SHLIB_NAME):: ${OBJS}
${SHLIB_LD} ${OBJS} -o ${SHLIB_NAME} ${TCL_STUB_LIB_SPEC} ${LIBS}
all:: ${SHLIB_NAME}
@@ -10,7 +10,6 @@ clean::
rm -f ${OBJS} ${SHLIB_NAME} so_locations
distclean:: clean
rm -f config.h
install:: all
$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m 775 ${INSTALLDIR}
Vendored
+3 -3
View File
@@ -985,7 +985,7 @@ fi
PATH_SEPARATOR="$ac_path_separator"
rm -f conftest.sh
ac_config_headers="$ac_config_headers src/pextlib1.0/config.h"
ac_config_headers="$ac_config_headers src/config.h"
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
@@ -2932,7 +2932,7 @@ EOF
fi
done
INCLUDES="-I. $INCLUDES"
INCLUDES="-I. -I.. $INCLUDES"
# Checks for library functions.
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
@@ -4400,7 +4400,7 @@ do
"doc/ports.conf" ) CONFIG_FILES="$CONFIG_FILES doc/ports.conf" ;;
"src/darwinports1.0/darwinports_autoconf.tcl" ) CONFIG_FILES="$CONFIG_FILES src/darwinports1.0/darwinports_autoconf.tcl" ;;
"src/programs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/programs/Makefile" ;;
"src/pextlib1.0/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/pextlib1.0/config.h" ;;
"src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
*) { { echo "$as_me:4404: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
+2 -2
View File
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT([OpenDarwin DarwinPorts], [1.0], [darwinports@opendarwin.org], [darwinports])
AC_CONFIG_SRCDIR([src/pextlib1.0/Pextlib.c])
AC_CONFIG_HEADERS([src/pextlib1.0/config.h])
AC_CONFIG_HEADERS([src/config.h])
AC_CANONICAL_SYSTEM
# Checks for programs.
@@ -33,7 +33,7 @@ AC_HEADER_SYS_WAIT
AC_HEADER_STAT
AC_CHECK_HEADERS([limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h])
INCLUDES="-I. $INCLUDES"
INCLUDES="-I. -I.. $INCLUDES"
# Checks for library functions.
AC_FUNC_CLOSEDIR_VOID
+3
View File
@@ -1,4 +1,7 @@
TCLPKG= darwinports1.0 port1.0 pextlib1.0
SUBDIR= ${TCLPKG} port programs
distclean::
rm -f config.h
include ../Mk/dports.subdir.mk
@@ -1,4 +1,4 @@
/* src/pextlib1.0/config.h.in. Generated automatically from configure.ac by autoheader. */
/* src/config.h.in. Generated automatically from configure.ac by autoheader. */
/* Define if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID