~ubuntu-branches/ubuntu/utopic/spew/utopic

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Matt Taggart
  • Date: 2005-02-02 01:42:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050202014202-mkxgmw1k13b3p5mv
Tags: 1.0.4-1
* New upstream release
* Upstream fixed file conflict with snarf, Closes: #279679, #292316
* Drop libstdc++ build-dep. I should know better, I've filed bugs on
   other packages for the same thing :(,  Closes: #280257
* Add AUTHORS file to debian/docs
* Upstream fixed various DESTDIR problems, removed from diff
* Fix lintian description warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1363
1363
 
1364
1364
SPEW_AGE=1
1365
1365
SPEW_REVISION=0
1366
 
SPEW_CURRENT=3
 
1366
SPEW_CURRENT=4
1367
1367
 
1368
1368
 
1369
1369
 
3192
3192
fi
3193
3193
 
3194
3194
 
3195
 
echo "$as_me:$LINENO: checking for is_term_resized in -lncurses" >&5
3196
 
echo $ECHO_N "checking for is_term_resized in -lncurses... $ECHO_C" >&6
3197
 
if test "${ac_cv_lib_ncurses_is_term_resized+set}" = set; then
 
3195
echo "$as_me:$LINENO: checking for wresize in -lncurses" >&5
 
3196
echo $ECHO_N "checking for wresize in -lncurses... $ECHO_C" >&6
 
3197
if test "${ac_cv_lib_ncurses_wresize+set}" = set; then
3198
3198
  echo $ECHO_N "(cached) $ECHO_C" >&6
3199
3199
else
3200
3200
  ac_check_lib_save_LIBS=$LIBS
3212
3212
#endif
3213
3213
/* We use char because int might match the return type of a gcc2
3214
3214
   builtin and then its argument prototype would still apply.  */
3215
 
char is_term_resized ();
 
3215
char wresize ();
3216
3216
int
3217
3217
main ()
3218
3218
{
3219
 
is_term_resized ();
 
3219
wresize ();
3220
3220
  ;
3221
3221
  return 0;
3222
3222
}
3242
3242
  ac_status=$?
3243
3243
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3244
3244
  (exit $ac_status); }; }; then
3245
 
  ac_cv_lib_ncurses_is_term_resized=yes
 
3245
  ac_cv_lib_ncurses_wresize=yes
3246
3246
else
3247
3247
  echo "$as_me: failed program was:" >&5
3248
3248
sed 's/^/| /' conftest.$ac_ext >&5
3249
3249
 
3250
 
ac_cv_lib_ncurses_is_term_resized=no
 
3250
ac_cv_lib_ncurses_wresize=no
3251
3251
fi
3252
3252
rm -f conftest.err conftest.$ac_objext \
3253
3253
      conftest$ac_exeext conftest.$ac_ext
3254
3254
LIBS=$ac_check_lib_save_LIBS
3255
3255
fi
3256
 
echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_is_term_resized" >&5
3257
 
echo "${ECHO_T}$ac_cv_lib_ncurses_is_term_resized" >&6
3258
 
if test $ac_cv_lib_ncurses_is_term_resized = yes; then
 
3256
echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_wresize" >&5
 
3257
echo "${ECHO_T}$ac_cv_lib_ncurses_wresize" >&6
 
3258
if test $ac_cv_lib_ncurses_wresize = yes; then
3259
3259
  cat >>confdefs.h <<_ACEOF
3260
3260
#define HAVE_LIBNCURSES 1
3261
3261
_ACEOF
5221
5221
 
5222
5222
fi
5223
5223
 
5224
 
 
5225
5224
# Get typedefs for 32 and 64 bit unsigned integers.
5226
5225
echo "$as_me:$LINENO: checking for unsigned int" >&5
5227
5226
echo $ECHO_N "checking for unsigned int... $ECHO_C" >&6
7109
7108
 
7110
7109
STATIC_LINK=""
7111
7110
if test "x$static_spew" = "xyes" ; then
 
7111
  if test "x`uname`" = "xHP-UX" ; then
 
7112
    STATIC_LINK="-Wl,-a,archive_shared"
 
7113
  else
7112
7114
    STATIC_LINK="-static"
 
7115
  fi
7113
7116
fi
7114
7117
 
7115
7118
 
7116
 
                    ac_config_files="$ac_config_files src/Makefile man/Makefile"
 
7119
CXXFLAGS="$CXXFLAGS -DSYSCONFDIR=${sysconfdir}"
 
7120
 
 
7121
                              ac_config_files="$ac_config_files src/Makefile man/Makefile etc/Makefile"
7117
7122
 
7118
7123
          ac_config_files="$ac_config_files Makefile"
7119
7124
cat >confcache <<\_ACEOF
7653
7658
  # Handling of arguments.
7654
7659
  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
7655
7660
  "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
 
7661
  "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
7656
7662
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7657
7663
  "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
7658
7664
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;