configure.ac (dd7b146e) configure.ac (5b4e3b0f)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23AC_INIT()
24echo "$@" >config.parms
25AC_ARG_WITH(dmake-path,
26[ --with-dmake-path=<PATH TO EXECUTABLE> Specify the location of dmake ],
27[ DMAKE_PATH="$withval"
28])
29AC_ARG_WITH(dmake-url,
30[ --with-dmake-url=<URL> Specify the location of downloadable dmake source code. For example:
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23AC_INIT()
24echo "$@" >config.parms
25AC_ARG_WITH(dmake-path,
26[ --with-dmake-path=<PATH TO EXECUTABLE> Specify the location of dmake ],
27[ DMAKE_PATH="$withval"
28])
29AC_ARG_WITH(dmake-url,
30[ --with-dmake-url=<URL> Specify the location of downloadable dmake source code. For example:
31 https://github.com/jimjag/dmake/archive/v4.13.0/dmake-4.13.0.tar.gz
31 https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz
32 Note that dmake is under GPL license.],
33[ DMAKE_URL="$withval"
34])
35AC_ARG_WITH(packager-list,
36[ --with-packager-list=<PATH TO PACK LIST> Specify a file to drive the packaging process.
37 The file must follow the format explained in
38 instsetoo_native/util/pack.lst
39],,)

--- 7440 unchanged lines hidden ---
32 Note that dmake is under GPL license.],
33[ DMAKE_URL="$withval"
34])
35AC_ARG_WITH(packager-list,
36[ --with-packager-list=<PATH TO PACK LIST> Specify a file to drive the packaging process.
37 The file must follow the format explained in
38 instsetoo_native/util/pack.lst
39],,)

--- 7440 unchanged lines hidden ---