diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-04 07:57:34 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-04 07:57:34 +0000 |
| commit | 8a4274ed388b1eb53ec9890e3f44db42a6bc80c5 (patch) | |
| tree | 57716e195be82c5092ddc822f3f634927f1bee5c | |
| parent | bf379312227b74623424fdaaa2deabcbd871e2ff (diff) | |
| download | libgpod-8a4274ed388b1eb53ec9890e3f44db42a6bc80c5.tar.gz libgpod-8a4274ed388b1eb53ec9890e3f44db42a6bc80c5.tar.xz libgpod-8a4274ed388b1eb53ec9890e3f44db42a6bc80c5.zip | |
2005-11-04 Christophe Fergeau <teuf@gnome.org>
* autogen.sh: add missing call to glib-gettextize, this has the nice
side-effect of adding mkinstalldirs if automake didn't copy it for us.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1137 f01d2545-417e-4e96-918e-98f8d0dbbcb6
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | autogen.sh | 11 |
2 files changed, 8 insertions, 8 deletions
@@ -1,3 +1,8 @@ +2005-11-04 Christophe Fergeau <teuf@gnome.org> + + * autogen.sh: add missing call to glib-gettextize, this has the nice + side-effect of adding mkinstalldirs if automake didn't copy it for us. + 2005-11-02 Christophe Fergeau <teuf@gnome.org> * configure.ac: @@ -24,6 +24,9 @@ find . -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \ echo Running autoreconf... autoreconf --force --install +echo Running glib-gettextize +glib-gettextize --force --copy + echo "Running intltoolize" intltoolize --copy --force --automake @@ -40,12 +43,4 @@ else echo Skipping configure process. fi -if [ ! -f $srcdir/mkinstalldirs ]; then - echo '******* WARNING *******' - echo ./mkinstalldirs does not exist. If \'make install\' or \'make dist\' fails - echo because of this, copy it from somewhere else AND RUN ./autogen.sh AGAIN. - echo The automake and/or gettext package on your system should contain a copy. - echo You can determine its location with \'locate gettext/mkinstalldirs\' or - echo \'locate mkinstalldirs \|grep automake\'. -fi exit 0 |
