aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-08-16 16:10:43 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-08-16 16:10:43 -0400
commit22c2458121c2aece5cf909c3abc848c80333948e (patch)
treef3658a67bb77907320b2c98c10d1fbe0a76035f3 /configure.in
parentff108a1414736fe057b4eada10f4a8c3dc32ac39 (diff)
downloadduser-22c2458121c2aece5cf909c3abc848c80333948e.tar.gz
Modified configure script
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 63a1747..bcf5ee2 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT([duser], [1.0.0], [jhunkeler@stsci.edu], [duser], [https://github.com/jhunkeler/duser.git])
+AC_INIT([duser], [1.0.0], [jhunk@stsci.edu], [duser], [https://github.com/jhunkeler/duser.git])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.11.1)
@@ -33,7 +33,7 @@ AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_MALLOC
-AC_CHECK_FUNCS_ONCE([memset strcasecmp strdup strerror strncasecmp strstr])
+AC_CHECK_FUNCS([memset strcasecmp strdup strerror strncasecmp strstr])
# Detect if the host operating system is SunOS/Solaris as it behaves slightly different
# than GNU/Linux