summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-30 08:41:02 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-30 08:41:02 +0000
commit2cd31844fdb13127110a9bbb50033791dd69a77a (patch)
tree2beb8d1f42e94a12af99c63123cdcf85a20185c3 /configure.ac
parentb697f2a8b4100865f6fa2c28faacd8b96f6c7880 (diff)
downloadpcsxr-2cd31844fdb13127110a9bbb50033791dd69a77a.tar.gz
Removed some more unnecessary files.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61595 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac26
1 files changed, 20 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 13887307..2cd9fe5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(pcsx, 1.9)
+AC_INIT([pcsx], [1.9])
AC_CANONICAL_HOST
AC_CANONICAL_BUILD
@@ -9,14 +9,15 @@ AC_CONFIG_HEADERS([include/config.h:include/config.h.in])
AC_PROG_CC
AM_PROG_CC_C_O
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_STDC_HEADERS
AM_PROG_AS
-AM_GNU_GETTEXT([external])
-AC_PROG_INTLTOOL
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
+IT_PROG_INTLTOOL([0.35.0])
+AM_GLIB_GNU_GETTEXT
GETTEXT_PACKAGE=pcsx
AC_SUBST(GETTEXT_PACKAGE)
@@ -35,7 +36,20 @@ AC_SUBST(GTK2_LIBS)
AC_SUBST(GLADE2_CFLAGS)
AC_SUBST(GLADE2_LIBS)
-AC_CONFIG_FILES([Makefile data/Makefile doc/Makefile libpcsxcore/Makefile gui/Makefile plugins/dfinput/Makefile plugins/dfsound/Makefile plugins/dfxvideo/Makefile plugins/gxvideo/Makefile plugins/dfcdrom/Makefile plugins/dfnet/Makefile plugins/bladesio1/Makefile pixmaps/Makefile po/Makefile.in])
+AC_CONFIG_FILES([Makefile
+data/Makefile
+doc/Makefile
+libpcsxcore/Makefile
+gui/Makefile
+plugins/dfinput/Makefile
+plugins/dfsound/Makefile
+plugins/dfxvideo/Makefile
+plugins/gxvideo/Makefile
+plugins/dfcdrom/Makefile
+plugins/dfnet/Makefile
+plugins/bladesio1/Makefile
+pixmaps/Makefile
+po/Makefile.in])
AC_CHECK_LIB(dl, dlsym, [LIBS="$LIBS -ldl"], [])
AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"], [])