diff -Naur chan_pika_old/Makefile.am chan_pika/Makefile.am --- chan_pika_old/Makefile.am 2008-04-25 17:57:50.000000000 -0400 +++ chan_pika/Makefile.am 2008-04-25 17:54:02.000000000 -0400 @@ -70,9 +70,9 @@ make -C chan_pika install make -C pikafax install @ if ((test -n "@USE_PIKACLOCK@") && (test -z "@PIKA_WARP@"));then make -C pikaclock install; fi - mkdir -p $(DESTDIR)/etc/pika - cp grandprix/conf/*.cfg $(DESTDIR)/etc/pika/ - cp grandprix/conf/*.txt $(DESTDIR)/etc/pika/ + mkdir -p $(PERSISTENT_STORAGE)/etc/pika + cp grandprix/conf/*.cfg $(PERSISTENT_STORAGE)/etc/pika/ + cp grandprix/conf/*.txt $(PERSISTENT_STORAGE)/etc/pika/ @ if (test -z "@USE_PIKACLOCK@"); then echo "There was a problem installing pkdummy. We were unable to identify your Zaptel source directory (please refer to 'man chan_pika' for more information)"; fi uninstall: diff -Naur chan_pika_old/configure.ac chan_pika/configure.ac --- chan_pika_old/configure.ac 2008-04-25 17:57:42.000000000 -0400 +++ chan_pika/configure.ac 2008-04-25 17:54:07.000000000 -0400 @@ -231,7 +231,7 @@ # Checks for library functions. AC_FUNC_ALLOCA -AC_FUNC_MALLOC +#AC_FUNC_MALLOC AC_CHECK_FUNCS([atexit gettimeofday memset pow strcasecmp strdup strncasecmp strtol]) # Check if the mutex has __m_count