aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-19 10:14:48 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-19 10:14:48 +0000
commitff19e3d66115a200eeb873f7b272d87fd517e924 (patch)
tree70b617476ea08a6d99c0ecb980e23892e41aabf3 /src
parentc02fb1011c89b05c3da9d3a7c52ecbc35c35f0a6 (diff)
+ removed flatspace sprinkler-help.pd from Makefile
svn path=/trunk/externals/moocow/pdstring/; revision=10575
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
-rw-r--r--src/config.h.in8
2 files changed, 3 insertions, 9 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index c1fe086..ddd2474 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.ac
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
+mkinstalldirs = $(install_sh) -d
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 fe4add7..59aff5d 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -1,4 +1,4 @@
-/* src/config.h.in. Generated from configure.ac by autoheader. */
+/* src/config.h.in. Generated from configure.in by autoheader. */
/* Define this to include debugging code for the 'string2any' external. */
#undef ANY2STRING_DEBUG
@@ -24,15 +24,9 @@
/* 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