| 1 | AC_PREREQ([2.61]) |
1 | AC_PREREQ([2.61]) |
| 2 | AC_INIT([sandbox], [1.3.1], [sandbox@gentoo.org]) |
2 | AC_INIT([sandbox], [1.3.1], [sandbox@gentoo.org]) |
|
|
3 | |
|
|
4 | AC_MSG_ERROR([SVN is dead, use GIT: http://git.overlays.gentoo.org/gitweb/?p=proj/sandbox.git;a=summary]) |
|
|
5 | |
| 3 | sb_configure_opts="$*" |
6 | sb_configure_opts="$*" |
| 4 | AM_INIT_AUTOMAKE |
7 | AM_INIT_AUTOMAKE |
| 5 | AC_CONFIG_HEADER([config.h]) |
8 | AC_CONFIG_HEADER([config.h]) |
| 6 | |
9 | |
| 7 | AC_DEFINE_UNQUOTED([SANDBOX_CONFIGURE_OPTS], ["${sb_configure_opts}"], [Arguments given to ./configure]) |
10 | AC_DEFINE_UNQUOTED([SANDBOX_CONFIGURE_OPTS], ["${sb_configure_opts}"], [Arguments given to ./configure]) |