diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-04-16 11:59:29 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-04-16 11:59:29 +0000 |
| commit | c0891807a8123038a34269bfc11606bcb032decf (patch) | |
| tree | 3a4a60383af421c8782f3ee573ae6a5bd5f3b4d2 /autogen.sh | |
| parent | 8139fbf8204882663446bcb06f68789353597820 (diff) | |
| download | pcsxr-c0891807a8123038a34269bfc11606bcb032decf.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23067 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,9 +1,8 @@ #!/bin/sh # simple script to redo the autotooling -cp /usr/share/libtool/ltmain.sh . +cp /usr/share/libtool/config/ltmain.sh . autoheader && aclocal && autoconf && automake --add-missing --copy cp /usr/share/gettext/config.rpath . cp /usr/share/glib-2.0/gettext/mkinstalldirs . rm -r autom4te.cache - |
