11 lines
136 B
Text
11 lines
136 B
Text
|
dnl ---- configure.ac for examples
|
||
|
|
||
|
AC_INIT(configure.ac)
|
||
|
GB_INIT_SHORT(examples)
|
||
|
|
||
|
dnl ---- Create makefiles
|
||
|
|
||
|
AC_OUTPUT( \
|
||
|
Makefile \
|
||
|
)
|