diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-16 22:47:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-16 22:47:59 +0800 |
commit | 9f934f509d43f472473b3def45722ab2d3b269df (patch) | |
tree | 545ad75980a5a312afdedacb1c06944be44240bd /configure.ac | |
parent | 5645c6b89f9ce6eb3f110e7e5dcd72cb2064ae1c (diff) | |
download | gsoc2013-epiphany-9f934f509d43f472473b3def45722ab2d3b269df.tar.gz gsoc2013-epiphany-9f934f509d43f472473b3def45722ab2d3b269df.tar.zst gsoc2013-epiphany-9f934f509d43f472473b3def45722ab2d3b269df.zip |
configure.ac: use LT_INIT instead of deprecated AC_PROG_LIBTOOL
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 208e6c768..03d2153cd 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AC_ENABLE_SHARED([yes]) AC_ENABLE_STATIC([no]) AC_LIBTOOL_DLOPEN -AC_PROG_LIBTOOL +LT_INIT DOLT AC_ISC_POSIX |