summaryrefslogtreecommitdiff
path: root/gst-plugin
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-04 17:39:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-04 17:39:04 +0000
commit2d5b54d515aef7025fdd5568ce0af2e56c7fbdfa (patch)
tree1f29295ea7c44065a21c01febb49f4dfca45f53c /gst-plugin
parent280ce443a19ee4a5f5dcf65de484f76f47f31b3c (diff)
autogen.sh: Run autoheader to create config.h.in and fix the build.`
Original commit message from CVS: * autogen.sh: Run autoheader to create config.h.in and fix the build.`
Diffstat (limited to 'gst-plugin')
-rw-r--r--gst-plugin/ChangeLog5
-rwxr-xr-xgst-plugin/autogen.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/gst-plugin/ChangeLog b/gst-plugin/ChangeLog
index 0f0beaf..7a36c85 100644
--- a/gst-plugin/ChangeLog
+++ b/gst-plugin/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
+
+ * autogen.sh:
+ Run autoheader to create config.h.in and fix the build.`
+
2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
* Makefile.am:
diff --git a/gst-plugin/autogen.sh b/gst-plugin/autogen.sh
index d8634d4..9d84a03 100755
--- a/gst-plugin/autogen.sh
+++ b/gst-plugin/autogen.sh
@@ -53,7 +53,7 @@ fi
tool_run "$aclocal" "-I m4/ $ACLOCAL_FLAGS"
tool_run "$libtoolize" "--copy --force"
-###tool_run "$autoheader"
+tool_run "$autoheader"
tool_run "$autoconf"
tool_run "$automake" "-a -c"