[PD-cvs] SF.net SVN: pure-data:[10577] trunk/externals/moocow/pdstring

mukau at users.sourceforge.net mukau at users.sourceforge.net
Mon Jan 19 11:16:34 CET 2009


Revision: 10577
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10577&view=rev
Author:   mukau
Date:     2009-01-19 10:16:33 +0000 (Mon, 19 Jan 2009)

Log Message:
-----------
+ fixed stale *.in

Modified Paths:
--------------
    trunk/externals/moocow/pdstring/Makefile.in
    trunk/externals/moocow/pdstring/config/Makefile.in
    trunk/externals/moocow/pdstring/configure
    trunk/externals/moocow/pdstring/src/Makefile.in
    trunk/externals/moocow/pdstring/src/config.h.in

Modified: trunk/externals/moocow/pdstring/Makefile.in
===================================================================
--- trunk/externals/moocow/pdstring/Makefile.in	2009-01-19 10:15:15 UTC (rev 10576)
+++ trunk/externals/moocow/pdstring/Makefile.in	2009-01-19 10:16:33 UTC (rev 10577)
@@ -49,12 +49,12 @@
 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 =

Modified: trunk/externals/moocow/pdstring/config/Makefile.in
===================================================================
--- trunk/externals/moocow/pdstring/config/Makefile.in	2009-01-19 10:15:15 UTC (rev 10576)
+++ trunk/externals/moocow/pdstring/config/Makefile.in	2009-01-19 10:16:33 UTC (rev 10577)
@@ -41,12 +41,12 @@
 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 =

Modified: trunk/externals/moocow/pdstring/configure
===================================================================
--- trunk/externals/moocow/pdstring/configure	2009-01-19 10:15:15 UTC (rev 10576)
+++ trunk/externals/moocow/pdstring/configure	2009-01-19 10:16:33 UTC (rev 10577)
@@ -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 at ling.uni-potsdam.de>.
 #
@@ -574,8 +574,8 @@
 # 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 at ling.uni-potsdam.de'
 
 ac_default_prefix=/usr/local
@@ -1181,7 +1181,7 @@
   # 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 @@
 
 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 @@
 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 @@
 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 @@
 
 # Define the identity of the package.
  PACKAGE=pdstring
- VERSION=0.06
+ VERSION=0.07
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3702,8 +3702,21 @@
 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;
 then
@@ -4169,7 +4182,7 @@
 # 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 @@
 _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'`\\"
 

Modified: trunk/externals/moocow/pdstring/src/Makefile.in
===================================================================
--- trunk/externals/moocow/pdstring/src/Makefile.in	2009-01-19 10:15:15 UTC (rev 10576)
+++ trunk/externals/moocow/pdstring/src/Makefile.in	2009-01-19 10:16:33 UTC (rev 10577)
@@ -57,10 +57,10 @@
 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)" \

Modified: trunk/externals/moocow/pdstring/src/config.h.in
===================================================================
--- trunk/externals/moocow/pdstring/src/config.h.in	2009-01-19 10:15:15 UTC (rev 10576)
+++ trunk/externals/moocow/pdstring/src/config.h.in	2009-01-19 10:16:33 UTC (rev 10577)
@@ -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
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list