summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
-rwxr-xr-xautogen.sh8
2 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 079e46713..10f27e20f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -34,8 +34,8 @@ As to whether 'autogen.sh' does its job, we are not completely sure.
prepare step 1 manually. That is, the following commands need to be
executed in both gphoto2 and gphoto2/libgphoto2_port:
- - libtoolize --force --copy
- - gettextize --force --copy
+ - libtoolize --force
+ - gettextize --force
- aclocal -I /path/to/gphoto2/libgphoto2_port/m4 -I /path/to/other/macros
(these other macros typically are in
/opt/gnome/share/aclocal or /usr/share/aclocal)
diff --git a/autogen.sh b/autogen.sh
index 463acf0a7..1518cf5bc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -120,8 +120,8 @@ do
( sed -e 's#\(^SUBDIRS.*\) intl#\1#' Makefile.am >Makefile.am.new \
&& mv Makefile.am.new Makefile.am )
- echo "Running gettextize --copy $gettext_opt"
- gettextize --copy $gettext_opt || fail
+ echo "Running gettextize $gettext_opt"
+ gettextize $gettext_opt || fail
if test -f po/Makevars.template
then
cp po/Makevars.template po/Makevars
@@ -140,8 +140,8 @@ do
echo "Cleaning stuff generated by libtoolize"
rm -f ltmain.sh config.guess config.sub
- echo "Running libtoolize --copy"
- libtoolize --copy || fail
+ echo "Running libtoolize"
+ libtoolize || fail
echo "Cleaning stuff generated by aclocal"
rm -f aclocal.m4