aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-19 10:16:33 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-19 10:16:33 +0000
commit57029fa42bf299253de32f9f65e129d10c775d89 (patch)
tree871cd48638d851daa0ae849b93c8ca7c64a45f09
parentff19e3d66115a200eeb873f7b272d87fd517e924 (diff)
+ fixed stale *.in
svn path=/trunk/externals/moocow/pdstring/; revision=10577
-rw-r--r--Makefile.in4
-rw-r--r--config/Makefile.in6
-rwxr-xr-xconfigure33
-rw-r--r--src/Makefile.in4
-rw-r--r--src/config.h.in8
5 files changed, 37 insertions, 18 deletions
diff --git a/Makefile.in b/Makefile.in
index 7468329..1418f4d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,12 +49,12 @@ subdir = .
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure COPYING
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
SOURCES =
diff --git a/config/Makefile.in b/config/Makefile.in
index f889e07..347677c 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -41,12 +41,12 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
subdir = config
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in depcomp \
- install-sh missing
+ install-sh missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
SOURCES =
diff --git a/configure b/configure
index c6adf7f..0101dfe 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for pdstring 0.06.
+# Generated by GNU Autoconf 2.61 for pdstring 0.07.
#
# Report bugs to <moocow@ling.uni-potsdam.de>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='pdstring'
PACKAGE_TARNAME='pdstring'
-PACKAGE_VERSION='0.06'
-PACKAGE_STRING='pdstring 0.06'
+PACKAGE_VERSION='0.07'
+PACKAGE_STRING='pdstring 0.07'
PACKAGE_BUGREPORT='moocow@ling.uni-potsdam.de'
ac_default_prefix=/usr/local
@@ -1181,7 +1181,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures pdstring 0.06 to adapt to many kinds of systems.
+\`configure' configures pdstring 0.07 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1247,7 +1247,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of pdstring 0.06:";;
+ short | recursive ) echo "Configuration of pdstring 0.07:";;
esac
cat <<\_ACEOF
@@ -1341,7 +1341,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-pdstring configure 0.06
+pdstring configure 0.07
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1355,7 +1355,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by pdstring $as_me 0.06, which was
+It was created by pdstring $as_me 0.07, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2030,7 +2030,7 @@ fi
# Define the identity of the package.
PACKAGE=pdstring
- VERSION=0.06
+ VERSION=0.07
cat >>confdefs.h <<_ACEOF
@@ -3702,7 +3702,20 @@ echo "${ECHO_T}no" >&6; }
fi
+##vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
+## compiled
+cat >>confdefs.h <<_ACEOF
+#define PDSTRING_DATE "`date`"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define PDSTRING_USER "$USER"
+_ACEOF
+
+## /compiled
+##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
LD=ld
if test `uname -s` = Linux;
@@ -4169,7 +4182,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by pdstring $as_me 0.06, which was
+This file was extended by pdstring $as_me 0.07, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4222,7 +4235,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-pdstring config.status 0.06
+pdstring config.status 0.07
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/src/Makefile.in b/src/Makefile.in
index ddd2474..c1fe086 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -57,10 +57,10 @@ SUBDIRS =
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/config.h.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(pdexternsdir)" "$(DESTDIR)$(pddocdir)" \
diff --git a/src/config.h.in b/src/config.h.in
index 59aff5d..fe4add7 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -1,4 +1,4 @@
-/* src/config.h.in. Generated from configure.in by autoheader. */
+/* src/config.h.in. Generated from configure.ac by autoheader. */
/* Define this to include debugging code for the 'string2any' external. */
#undef ANY2STRING_DEBUG
@@ -24,9 +24,15 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* Date this external was configured */
+#undef PDSTRING_DATE
+
/* Define this if you are building single-object externals */
#undef PDSTRING_OBJECT_EXTERNALS
+/* User who configured this external */
+#undef PDSTRING_USER
+
/* Define this to include debugging code for the 'any2string' external. */
#undef STRING2ANY_DEBUG