diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-07-04 17:39:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-07-04 17:39:04 +0000 |
commit | 2d5b54d515aef7025fdd5568ce0af2e56c7fbdfa (patch) | |
tree | 1f29295ea7c44065a21c01febb49f4dfca45f53c /gst-plugin | |
parent | 280ce443a19ee4a5f5dcf65de484f76f47f31b3c (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/ChangeLog | 5 | ||||
-rwxr-xr-x | gst-plugin/autogen.sh | 2 |
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" |