diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-08-16 16:10:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:21:20 -0400 |
commit | bbdf1ccc4bd6227a0c0736f4cf0151ec2e580890 (patch) | |
tree | f3658a67bb77907320b2c98c10d1fbe0a76035f3 /configure.in | |
parent | 0b20b98e9b2e87eb2e9e10f658d2d523b0ee9fb6 (diff) | |
download | duser-bbdf1ccc4bd6227a0c0736f4cf0151ec2e580890.tar.gz |
Modified configure script
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 |