diff options
Diffstat (limited to 'makeconf.sh')
-rwxr-xr-x | makeconf.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makeconf.sh b/makeconf.sh index 99edae5..f21378d 100755 --- a/makeconf.sh +++ b/makeconf.sh @@ -3,6 +3,8 @@ echo Running libtoolize... libtoolize --automake -c -f +cp /usr/share/gettext/config.rpath . + if test ! -z "`which autoreconf`"; then echo Running autoreconf... autoreconf -i -f |