packages: rename FOO_GETTEXTIZE_OPT into FOO_GETTEXTIZE_OPTS
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sat, 27 Sep 2014 19:32:46 +0000 (21:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Oct 2014 16:54:42 +0000 (18:54 +0200)
commit35886e5c90a4b8487f2d0c95978f0ce57c48ba61
tree868bc745242f562f260888753579a9d525f08809
parenta603eb1c470eb0d265368d017640521c4a385e5e
packages: rename FOO_GETTEXTIZE_OPT into FOO_GETTEXTIZE_OPTS

To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS,
make the same change for FOO_GETTEXTIZE_OPT.

Sed command used:
   find * -type f | xargs sed -i 's#_GETTEXTIZE_OPT\>#&S#g'

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/adding-packages-autotools.txt
package/pkg-autotools.mk