diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-05-08 20:19:45 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-05-08 20:19:45 +0000 |
commit | b08312ff6399246be8036513f637081c4760c26b (patch) | |
tree | d35533f745092cc4e6e8816e2b97f5ba24ba8854 /configure.ac | |
parent | 80d2afefc9d582c6768d4d78a89064be570bcd13 (diff) | |
download | xine-lib-b08312ff6399246be8036513f637081c4760c26b.tar.gz xine-lib-b08312ff6399246be8036513f637081c4760c26b.tar.bz2 |
fix .po install with new automake
CVS patchset: 6501
CVS date: 2004/05/08 20:19:45
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fdd23aa92..2c6d26433 100644 --- a/configure.ac +++ b/configure.ac @@ -1908,6 +1908,12 @@ AC_CHECK_PROG(SGMLTOOLS, sgmltools, sgmltools, no) AC_CHECK_PROG(FIG2DEV, fig2dev, fig2dev, no) +dnl -------------------------- +dnl Newest automake workaround +dnl -------------------------- +AC_SUBST(mkdir_p) + + dnl --------------------------------------------- dnl Output configuration files dnl --------------------------------------------- |