~ubuntu-branches/ubuntu/saucy/ophcrack/saucy-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Daniel Echeverry
  • Date: 2013-06-08 09:50:42 UTC
  • mfrom: (1.1.9) (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20130608095042-duhd3t9y4p3nlljm
Tags: 3.6.0-1
* New upstream release.
* debian/patches
  + Remove 00_validate_sysinfo.diff patch.
    + Merge with upstream.
  + Remove 01_fix_spelling_error.diff patch.
    + Merge with upstream.
* Update desktop file.
  + Remove extension from icon name.
  + Add keywords field.
* Extend debian copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.69 for ophcrack 3.5.0.
 
3
# Generated by GNU Autoconf 2.69 for ophcrack 3.6.0.
4
4
#
5
5
# Report bugs to <http://ophcrack.sf.net>.
6
6
#
580
580
# Identity of this package.
581
581
PACKAGE_NAME='ophcrack'
582
582
PACKAGE_TARNAME='ophcrack'
583
 
PACKAGE_VERSION='3.5.0'
584
 
PACKAGE_STRING='ophcrack 3.5.0'
 
583
PACKAGE_VERSION='3.6.0'
 
584
PACKAGE_STRING='ophcrack 3.6.0'
585
585
PACKAGE_BUGREPORT='http://ophcrack.sf.net'
586
586
PACKAGE_URL=''
587
587
 
1274
1274
  # Omit some internal or obsolete options to make the list less imposing.
1275
1275
  # This message is too long to be a string in the A/UX 3.1 sh.
1276
1276
  cat <<_ACEOF
1277
 
\`configure' configures ophcrack 3.5.0 to adapt to many kinds of systems.
 
1277
\`configure' configures ophcrack 3.6.0 to adapt to many kinds of systems.
1278
1278
 
1279
1279
Usage: $0 [OPTION]... [VAR=VALUE]...
1280
1280
 
1339
1339
 
1340
1340
if test -n "$ac_init_help"; then
1341
1341
  case $ac_init_help in
1342
 
     short | recursive ) echo "Configuration of ophcrack 3.5.0:";;
 
1342
     short | recursive ) echo "Configuration of ophcrack 3.6.0:";;
1343
1343
   esac
1344
1344
  cat <<\_ACEOF
1345
1345
 
1440
1440
test -n "$ac_init_help" && exit $ac_status
1441
1441
if $ac_init_version; then
1442
1442
  cat <<\_ACEOF
1443
 
ophcrack configure 3.5.0
 
1443
ophcrack configure 3.6.0
1444
1444
generated by GNU Autoconf 2.69
1445
1445
 
1446
1446
Copyright (C) 2012 Free Software Foundation, Inc.
1955
1955
This file contains any messages produced by compilers while
1956
1956
running configure, to aid debugging if configure makes a mistake.
1957
1957
 
1958
 
It was created by ophcrack $as_me 3.5.0, which was
 
1958
It was created by ophcrack $as_me 3.6.0, which was
1959
1959
generated by GNU Autoconf 2.69.  Invocation command line was
1960
1960
 
1961
1961
  $ $0 $@
2312
2312
 
2313
2313
MAJOR=3
2314
2314
 
2315
 
MINOR=5
 
2315
MINOR=6
2316
2316
 
2317
2317
MAINT=0
2318
2318
 
5330
5330
 
5331
5331
fi
5332
5332
 
 
5333
ac_fn_c_check_type "$LINENO" "struct sysinfo" "ac_cv_type_struct_sysinfo" "#include <sys/sysinfo.h>
 
5334
"
 
5335
if test "x$ac_cv_type_struct_sysinfo" = xyes; then :
 
5336
 
 
5337
cat >>confdefs.h <<_ACEOF
 
5338
#define HAVE_STRUCT_SYSINFO 1
 
5339
_ACEOF
 
5340
 
 
5341
 
 
5342
fi
 
5343
 
5333
5344
 
5334
5345
 
5335
5346
# Check whether --with-libqt4 was given.
6347
6358
 
6348
6359
 
6349
6360
 
6350
 
ac_config_files="$ac_config_files Makefile src/Makefile src/gui/gui.pro src/gui/ophcrack_win32.rc src/gui/Info.plist src/probaTable/Makefile src/samdump2/Makefile"
 
6361
ac_config_files="$ac_config_files Makefile src/Makefile src/test/Makefile src/gui/qmake.sh src/gui/gui.pro src/gui/ophcrack_win32.rc src/gui/Info.plist src/ntproba/Makefile src/samdump2/Makefile"
6351
6362
 
6352
6363
cat >confcache <<\_ACEOF
6353
6364
# This file is a shell script that caches the results of configure
6924
6935
# report actual input values of CONFIG_FILES etc. instead of their
6925
6936
# values after options handling.
6926
6937
ac_log="
6927
 
This file was extended by ophcrack $as_me 3.5.0, which was
 
6938
This file was extended by ophcrack $as_me 3.6.0, which was
6928
6939
generated by GNU Autoconf 2.69.  Invocation command line was
6929
6940
 
6930
6941
  CONFIG_FILES    = $CONFIG_FILES
6986
6997
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6987
6998
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6988
6999
ac_cs_version="\\
6989
 
ophcrack config.status 3.5.0
 
7000
ophcrack config.status 3.6.0
6990
7001
configured by $0, generated by GNU Autoconf 2.69,
6991
7002
  with options \\"\$ac_cs_config\\"
6992
7003
 
7111
7122
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
7112
7123
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7113
7124
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
7125
    "src/test/Makefile") CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;
 
7126
    "src/gui/qmake.sh") CONFIG_FILES="$CONFIG_FILES src/gui/qmake.sh" ;;
7114
7127
    "src/gui/gui.pro") CONFIG_FILES="$CONFIG_FILES src/gui/gui.pro" ;;
7115
7128
    "src/gui/ophcrack_win32.rc") CONFIG_FILES="$CONFIG_FILES src/gui/ophcrack_win32.rc" ;;
7116
7129
    "src/gui/Info.plist") CONFIG_FILES="$CONFIG_FILES src/gui/Info.plist" ;;
7117
 
    "src/probaTable/Makefile") CONFIG_FILES="$CONFIG_FILES src/probaTable/Makefile" ;;
 
7130
    "src/ntproba/Makefile") CONFIG_FILES="$CONFIG_FILES src/ntproba/Makefile" ;;
7118
7131
    "src/samdump2/Makefile") CONFIG_FILES="$CONFIG_FILES src/samdump2/Makefile" ;;
7119
7132
 
7120
7133
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
7706
7719
if test "x$enable_gui" = "xyes"; then
7707
7720
        { $as_echo "$as_me:${as_lineno-$LINENO}: Generating GUI Makefile with qmake" >&5
7708
7721
$as_echo "$as_me: Generating GUI Makefile with qmake" >&6;}
7709
 
        cd ./src/gui && $QMAKE4 $QMAKE_ARG gui.pro 2>&1
 
7722
        cd ./src/gui
 
7723
        chmod +x qmake.sh
 
7724
        ./qmake.sh $QMAKE_ARG gui.pro 2>&1
7710
7725
        cd ../..
7711
7726
fi
7712
7727