diff options
author | Pasha <pasha@member.fsf.org> | 2024-02-20 18:49:50 +0000 |
---|---|---|
committer | Pasha <pasha@member.fsf.org> | 2024-02-20 18:49:50 +0000 |
commit | 5e0b8d508ed51004bd836384293be00950ee62c9 (patch) | |
tree | e3f16b1aa8b7177032ce3ec429fbad2b1d92a876 /configfrag-first.ac | |
download | gnumach-riscv-5e0b8d508ed51004bd836384293be00950ee62c9.tar.gz gnumach-riscv-5e0b8d508ed51004bd836384293be00950ee62c9.tar.bz2 |
init gnumach copy
Diffstat (limited to 'configfrag-first.ac')
-rw-r--r-- | configfrag-first.ac | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/configfrag-first.ac b/configfrag-first.ac new file mode 100644 index 0000000..5dc0db2 --- /dev/null +++ b/configfrag-first.ac @@ -0,0 +1,29 @@ +dnl Configure fragment for general options. + +dnl Copyright (C) 2020 Free Software Foundation, Inc. + +dnl Permission to use, copy, modify and distribute this software and its +dnl documentation is hereby granted, provided that both the copyright +dnl notice and this permission notice appear in all copies of the +dnl software, derivative works or modified versions, and any portions +dnl thereof, and that both notices appear in supporting documentation. +dnl +dnl THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS +dnl "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY +dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE +dnl USE OF THIS SOFTWARE. + +# +# Common options +# + +ncom=0 +nlpr=0 + +AC_ARG_ENABLE([pae], + AS_HELP_STRING([--enable-pae], [PAE support (ix86-only); on i386-at disabled + by default, otherwise enabled by default])) + +dnl Local Variables: +dnl mode: autoconf +dnl End: |