Updated autogen.sh script
This commit is contained in:
parent
d90587c443
commit
2f9f37bed6
@ -1,7 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# gettextize updates Makefile.am, configure.in
|
# gettextize updates Makefile.am, configure.in
|
||||||
|
cp configure.in configure.in.old
|
||||||
gettextize --copy --force --intl --no-changelog &&
|
gettextize --copy --force --intl --no-changelog &&
|
||||||
|
mv configure.in.old configure.in
|
||||||
aclocal &&
|
aclocal &&
|
||||||
# autoheader creates config.h.in needed by autoconf
|
# autoheader creates config.h.in needed by autoconf
|
||||||
autoheader &&
|
autoheader &&
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# gettextize updates Makefile.am, configure.in
|
# gettextize updates Makefile.am, configure.in
|
||||||
|
cp configure.in configure.in.old
|
||||||
gettextize --copy --force --intl --no-changelog &&
|
gettextize --copy --force --intl --no-changelog &&
|
||||||
|
mv configure.in.old configure.in
|
||||||
aclocal &&
|
aclocal &&
|
||||||
# autoheader creates config.h.in needed by autoconf
|
# autoheader creates config.h.in needed by autoconf
|
||||||
autoheader &&
|
autoheader &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user