]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
put the 0.16.1 code from gettext back
[lyx.git] / autogen.sh
index 7b8a66081d10d17f3833e25de480484a657b2e9f..2a1a684a69bfeebb3d457780fea9588b25a1944d 100755 (executable)
@@ -50,15 +50,6 @@ esac
 # automake will stop if their contents was created by an earlier version.
 rm -rf autom4te.cache
 
-# Update the gettext files
-echo "Copying gettext code... "
-if ( autopoint --version ) < /dev/null > /dev/null 2>&1; then
-       autopoint --force >/dev/null
-else
-       echo "autopoint not found -- aborting"
-       exit 1
-fi
-
 # Generate the Makefiles and configure files
 echo "Building macros..."
 if ( $ACLOCAL --version ) < /dev/null > /dev/null 2>&1; then