summaryrefslogtreecommitdiff
path: root/build-aux/update-common
blob: 77a0ddd01eb4b212c253503fe214145714da4e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# Don't rely blindly on this command, further cleanup is needed after running
# this script.

orig=${1:-"../common"}

cp $orig/gst-autogen.sh build-aux/gst-autogen.sh
cp $orig/release.mak build-aux/release.mak
cp $orig/m4/as-ac-expand.m4 m4/as-ac-expand.m4
cp $orig/m4/as-compiler-flag.m4 m4/as-compiler-flag.m4
cp $orig/m4/gst-args.m4 m4/gst-args.m4
cp $orig/m4/gst-check.m4 m4/gst-check.m4
cp $orig/m4/gst-error.m4 m4/gst-error.m4
cp $orig/m4/gst-plugindir.m4 m4/gst-plugindir.m4
cp $orig/m4/gst.m4 m4/gst.m4