diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-14 10:04:49 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-14 10:04:49 -0200 |
commit | 5eef5a533f374ddff6f5724d92a308349172e3a3 (patch) | |
tree | c778907e673923d2ccd181019597f5ad421a0685 /bootstrap.sh | |
parent | e73d354284d1217ab2d79f0c3e177cb74accd2fd (diff) |
bootstrap.sh: create a build-aux/config.rpath
While autoreconf -vfi will update build-aux/config.rpath,
if the file doesn't exist, it will produce an error.
So, create one, if it doesn't exist.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index a0f35ebd..385d8729 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,6 @@ #!/bin/bash +touch build-aux/config.rpath autoreconf -vfi GETTEXTIZE=$(which gettextize) |