aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2008-02-16 17:14:33 +0000
committerReuben Thomas <rrt@sc3d.org>2008-02-16 17:14:33 +0000
commitd4c889ede16205304ba7b819b0b894af27237075 (patch)
treef32e24b490e7ae262bb65f039e40f1034fe4a040 /configure.ac
parent3c3a85c2202ae6531963736bde24937ab99a4bb8 (diff)
downloadplptools-d4c889ede16205304ba7b819b0b894af27237075.tar.gz
plptools-d4c889ede16205304ba7b819b0b894af27237075.tar.bz2
plptools-d4c889ede16205304ba7b819b0b894af27237075.zip
Bump version to 0.21.
Remove SuSE init script and plptools.spec, as they're way out of date. Keep generic init script so we have *something* to show; rename it to "plptools". Remove unused PSIONHOSTNAME define from config.h. Change some occurrences of "Psion" to "EPOC" in configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac23
1 files changed, 8 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 5cda2ff..7d47890 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(plptools, 0.20, plptools-developers@lists.sourceforge.net)
+AC_INIT(plptools, 0.21, plptools-developers@lists.sourceforge.net)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE
@@ -201,26 +201,26 @@ AC_DEFINE_UNQUOTED(DPORT,$DPORT,
AC_SUBST(DPORT)
AC_ARG_WITH(drive,
- [ --with-drive=DRIVE override default Psion drive [AUTO]],
+ [ --with-drive=DRIVE override default EPOC drive [AUTO]],
[ DDRIVE="$withval"
AC_MSG_RESULT(Overriding drive: $DDRIVE) ],
[ DDRIVE='AUTO'
- AC_MSG_RESULT(Using default Psion drive: $DDRIVE)
+ AC_MSG_RESULT(Using default EPOC drive: $DDRIVE)
]
)
AC_DEFINE_UNQUOTED(DDRIVE,"$DDRIVE",
- [Define this to your default drive on your Psion])
+ [Define this to your default drive on your EPOC device])
AC_ARG_WITH(basedir,
- [ --with-basedir=DIR override default Psion directory [\\\\]],
+ [ --with-basedir=DIR override default EPOC directory [\\\\]],
[ DBASEDIR="$withval"
AC_MSG_RESULT(Overriding directory: $DBASEDIR) ],
[ DBASEDIR='\\'
- AC_MSG_RESULT(Using default Psion directory: $DBASEDIR)
+ AC_MSG_RESULT(Using default EPOC directory: $DBASEDIR)
]
)
AC_DEFINE_UNQUOTED(DBASEDIR,"$DBASEDIR",
- [Define this to your default directory on your Psion])
+ [Define this to your default directory on your EPOC device])
AC_ARG_WITH(initdir,
[ --with-initdir=DIR override default init dir [PREFIX/etc/rc.d/init.d]],
@@ -242,11 +242,6 @@ AH_BOTTOM([
/* Define this, if libc provides bind_textdomain_codeset */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
-/* Some reasonable defaults */
-#ifndef PSIONHOSTNAME
-# define PSIONHOSTNAME "localhost"
-#endif
-
/* Select version of FUSE API */
#define FUSE_USE_VERSION 26
])
@@ -265,9 +260,7 @@ AC_CONFIG_FILES(
sisinstall/Makefile
doc/Makefile
doc/api/Makefile
- etc/psion
- etc/psion.SuSE
- etc/plptools.spec
+ etc/plptools
doc/ncpd.man
doc/plpfuse.man
doc/plpftp.man